TimelinePlayer Class |
Namespace: Lumiscaphe.Workshop.Interop
The TimelinePlayer type exposes the following members.
Name | Description | |
---|---|---|
Fov |
Gets the field of view modified by a camera animation.
| |
FovType |
Gets the type of the field of view modified by a camera animation.
| |
HasCameraAnimationPlaying |
Gets a value indicating whether the timeline player has camera animation playing.
| |
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
PointOfView |
Gets the point of view modified by a camera animation.
| |
TimeFlowMode |
Gets or sets the time flow mode (real time or step by step).
| |
TimeStep |
Gets or sets the time step in seconds for the step by step flow mode.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the TimelinePlayer | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Evaluates animations.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPlaying |
Determines whether the timeline player is playing.
| |
IsPlaying(DataAnimationGuid) |
Determines whether the specified animation or timeline is playing.
| |
PreloadResourcesForTimeline |
Preloads the resources for a timeline.
| |
Reset |
Resets the animation or timeline to the beginning.
| |
SetTime |
Sets the animation or timeline current time.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TriggerAnimationOrTimeline(SceneProductGuid, DataAnimationGuid) |
Starts an animation or timeline.
| |
TriggerAnimationOrTimeline(SceneProductGuid, DataAnimationGuid, DataTimelinePlayMode) |
Starts an animation or timeline.
| |
TriggerSurface |
Start animations associated to the scene surface identifier.
|