Click or drag to resize

DataTimelineModel Class

The DataTimelineModel class is an introspection class that represents a timeline model. It stores triggers, animations and timelines.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropDataTimelineModel

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[SerializableAttribute]
public sealed class DataTimelineModel : IDisposable

The DataTimelineModel type exposes the following members.

Constructors
  NameDescription
Public methodDataTimelineModel
Initializes a new instance of the DataTimelineModel class
Top
Properties
  NameDescription
Public propertyAnimationTypes
Gets the list of animation types stored in the timeline model.
Public propertyHasAnimations
Gets a value indicating whether the timeline model has animations.
Public propertyHasTimelines
Gets a value indicating whether the timeline model has timelines.
Public propertyHasTriggers
Gets a value indicating whether the timeline model has triggers.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyTimelines
Gets the list of timelines stored in the timeline model.
Public propertyTriggers
Gets the surface animations triggers stored in the timeline model.
Top
Methods
  NameDescription
Public methodAnimationOrTimelineHasCameraAnimation
Tells if the animation or timeline with identifier id has a camera animation.
Public methodAnimations
Gets the list of animations stored in the timeline model.
Public methodAnimations(DataTimelineAnimationType)
Gets the list of animations filtered according to the specified animation type.
Public methodDispose
Releases all resources used by the DataTimelineModel
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also