Click or drag to resize

DataTimeline Constructor

Initializes a new instance of the DataTimeline class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataTimeline(
	DataAnimationGuid id,
	string name,
	double duration,
	bool hasCameraAnimation,
	bool hasDynamicTextures
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataAnimationGuid
The identifier of the timeline.
name
Type: SystemString
The name of the timeline.
duration
Type: SystemDouble
The duration of the timeline.
hasCameraAnimation
Type: SystemBoolean
if set to true the timeline has a camera animation.
hasDynamicTextures
Type: SystemBoolean
if set to true the timeline has dynamic textures.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also