Click or drag to resize

ModelTimeFromFixed Method

Convert seconds to model time.

Namespace:  Demo3D.Time
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.03.00
Syntax
C#
public static ModelTime FromFixed(
	Fixed seconds
)

Parameters

seconds
Type: Demo3D.EventQueueFixed

[Missing <param name="seconds"/> documentation for "M:Demo3D.Time.ModelTime.FromFixed(Demo3D.EventQueue.Fixed)"]

Return Value

Type: ModelTime

[Missing <returns> documentation for "M:Demo3D.Time.ModelTime.FromFixed(Demo3D.EventQueue.Fixed)"]

See Also