Readonly
actorReadonly
documentReadonly
objectAdd a set of animations to the current Actor
Removes all animations from the current Actor
Retrieves an animation from the current Actor by name
Name of the animation to retrieve
Play an animation for the current Actor
Name of the animation to play
A promise that resolves when the animation has finished, unless the animation is set to loop
Play ana nimation for the current Actor
A promise that resolves when the animation has finished, unless the animation is set to loop
Plays a series of animations in sequence
A list of animations by name or AnimationConfig
Removes an animation from the current Actor
Name of the animation to remove
Remove a set of animations from the current Actor
Names of the animations to remove
Static
addAdd an animation to the Actor for a given Token
Token
Add an animation to the Actor for a given TokenDocument
TokenDocument
Add an animation to the given Actor
Actor
Static
addAdds a set of animations to the Actor associated with a given Token
Token
Adds a set of animations to the Actor associated with a given TokenDocument
TokenDocument
Adds a set of animations to the given Actor
Actor
Static
clearRemoves all animations from the Actor associated with a given Token
Token
Removes all animations from the Actor associated with a given TokenDocument
TokenDocument
Removes all animations from a given Actor
Actor
Static
getRetrieves animation by name.
Token
Name of the animation
Retrieves animation by name.
TokenDocument
Name of the animation
Retrieves animation by name.
Actor
Name of the animation
Static
getRetrieves all animations for the Actor associated with a given Token
Token
Retrieves all animations for the Actor associated with a given TokenDocument
TokenDocument
Static
playPlays an animation for a given target
Token, TokenDocument, or id
Name of the animation or AnimationConfig
Static
playPlays a series of animations by name or AnimationConfig
Token, TokenDocument, or id/uuid
Array of strings or AnimationConfig
Static
removeRemoves an animation from the Actor associated with the given Token
Token
Name of the animation to remove
Removes an animation from the Actor associated with the given TokenDocument
Token
Name of the animation to remove
Removes an animation from the given Actor
Actor
Name of the animation to remove
Static
removeRemoves a set of animations from the Actor associated with a given Token
Token
Names of the animations to remove
Removes a set of animations from the Actor associated with a given TokenDocument
TokenDocument
Names of the animations to remove
Removes a set of animations from a given Actor
Actor
Names of the animations to remove
Adds an animation to the current Actor