AnimationMixer
AnimationMixer is a player for animations on a particular object in the scene. When multiple objects in the scene are animated independently, one AnimationMixer may be used for each object.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Returns an instance of [[AnimationAction]] for the passed clip.
Returns an instance of [[AnimationAction]] for the passed clip.
Attributes
Returns an existing animation action for the passed clip.
Returns an existing animation action for the passed clip.
Attributes
Returns this mixer's root object.
Returns this mixer's root object.
Attributes
Sets the global mixer to a specific time and updates the animation accordingly.
Sets the global mixer to a specific time and updates the animation accordingly.
Attributes
Deactivates all previously scheduled actions on this mixer.
Deactivates all previously scheduled actions on this mixer.
Attributes
The global mixer time (in seconds; starting with 0 on the mixer's creation).
The global mixer time (in seconds; starting with 0 on the mixer's creation).
Attributes
A scaling factor for the global time.
A scaling factor for the global time.
Attributes
Deallocates all memory resources for an action.
Deallocates all memory resources for an action.
Attributes
Deallocates all memory resources for a clip.
Deallocates all memory resources for a clip.
Attributes
Deallocates all memory resources for a root object.
Deallocates all memory resources for a root object.
Attributes
Advances the global mixer time and updates the animation.
Advances the global mixer time and updates the animation.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object