class AnimationGraph : Resource

robot_2Generated
code_blocksInput

Description

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.

Members

Static Members

Member NameSummary
LoadLoads an animation graph from a specified file name.

Instance Members

Member NameSummary
GetParameterTypeReturns the type of a parameter by index or name.
GetParameterNameReturns the name of a parameter by index.
TryGetParameterIndexAttempts to get the index of a parameter by name.
GetParameterReturns a parameter by name or index.
IsValidIndicates whether the animation graph is valid.
IsErrorIndicates whether the animation graph is invalid or has not yet loaded.
NameGets the animation graph file name.
ParamCountGets the number of parameters in this animation graph.