class AnimationGraph
😔 No documentation found.
public bool IsError { get; }
Whether the animation graph is invalid, or has not yet loaded.
public string Name { get; }
Animation graph file name.
public int ParamCount { get; }
Number of parameters in this animgraph
public Type GetParameterType( int index )
Get value type of parameter at given index
public Type GetParameterType( string name )
Get value type of parameter with the given , or if not found.
public string GetParameterName( int index )
Get name of parameter at given index
public bool TryGetParameterIndex( string name, ref int index )
Try to get parameter index at given name
public static AnimationGraph Load( string filename )
Load an animation graph from given file.
public int GetHashCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public void StateHasChanged( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool HasUnsavedChanges { get; }
😔 No documentation found.
public AnimParam<T> GetParameter( int index )
😔 No documentation found.
public string ResourcePath { get; }
😔 No documentation found.
public int ResourceId { get; }
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public AnimParam<T> GetParameter( string name )
😔 No documentation found.
public string ResourceName { get; }
😔 No documentation found.
public bool IsValid { get; }
😔 No documentation found.