Defines the context of animations. More...
Public Member Functions | |
void | SetTagValue (AnimationTag tag, bool value) |
Set the value of the specified AnimationTag. More... | |
void | SetTagValue (int id, bool value) |
Set the value of the specified id. More... | |
AnimationTag | FindAnimationTag (string tagName) |
Find the AnimationTag with the specified name. More... | |
void | Release () |
Release this AnimationContext from the managed and unmanaged side. More... | |
Static Public Member Functions | |
static AnimationContext | Create (ControllerDefinition definition) |
Create a new AnimationContext based on the specified ControllerDefinition. More... | |
Defines the context of animations.
|
inline static |
Create a new AnimationContext based on the specified ControllerDefinition.
definition | The ControllerDefinition this AnimationContext will belong to. |
|
inline |
Find the AnimationTag with the specified name.
tagName | Name of the tag. |
|
inline |
Release this AnimationContext from the managed and unmanaged side.
|
inline |
Set the value of the specified AnimationTag.
tag | The tag to identify which value to set. |
value | The value that needs to be set. |
|
inline |
Set the value of the specified id.
id | The ID of the value which will be set. |
value | The value that needs to be set. |