Click or drag to resize

TimelinePlayer Methods

The TimelinePlayer type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates animations.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPlaying
Determines whether the timeline player is playing.
Public methodIsPlaying(DataAnimationGuid)
Determines whether the specified animation or timeline is playing.
Public methodPreloadResourcesForTimeline
Preloads the resources for a timeline.
Public methodReset
Resets the animation or timeline to the beginning.
Public methodSetTime
Sets the animation or timeline current time.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTriggerAnimationOrTimeline(SceneProductGuid, DataAnimationGuid)
Starts an animation or timeline.
Public methodTriggerAnimationOrTimeline(SceneProductGuid, DataAnimationGuid, DataTimelinePlayMode)
Starts an animation or timeline.
Public methodTriggerSurface
Start animations associated to the scene surface identifier.
Top
See Also