The AnimationGraph class in the Sandbox namespace is a sealed class that represents an animation graph resource. It provides methods and properties to interact with animation parameters and manage the state of the animation graph.
The AnimationGraph class in the Sandbox namespace is a sealed class that represents an animation graph resource. It provides methods and properties to interact with animation parameters and manage the state of the animation graph.
Member Name | Summary |
---|---|
Load | Loads an animation graph from a specified file name. |
Member Name | Summary |
---|---|
GetParameterType | Returns the type of a parameter by index or name. |
GetParameterName | Returns the name of a parameter by index. |
TryGetParameterIndex | Attempts to get the index of a parameter by name. |
GetParameter | Returns a parameter by name or index. |
IsValid | Indicates whether the animation graph is valid. |
IsError | Indicates whether the animation graph is invalid or has not yet loaded. |
Name | Gets the animation graph file name. |
ParamCount | Gets the number of parameters in this animation graph. |