class AnimationGraph : Resource

book_4_sparkGenerated
code_blocksInput

Description

The AnimationGraph class in the Sandbox namespace is a sealed class that represents an animation graph resource. It provides methods to interact with animation parameters and load animation graph files. This class is derived from Sandbox.Resource and is marked with the ResourceTypeAttribute for the type "vanmgrph".

Members

Static Members

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

Instance Members

Member NameSummary
GetParameterType(Int32)Gets the type of the parameter at the specified index.
GetParameterType(String)Gets the type of the parameter with the specified name.
GetParameterNameGets the name of the parameter at the specified index.
GetParameter(String)Gets the parameter with the specified name.
GetParameter(Int32)Gets the parameter at the specified index.
IsErrorIndicates whether the animation graph is invalid or not yet loaded.
NameGets the file name of the animation graph.
ParamCountGets the number of parameters in the animation graph.