API ReferenceSandbox
public sealed class Sandbox.AnimationGraph : Sandbox.Resource
Methods
Showing 7 methods
public string GetParameterName(int index)
Get name of parameter at given index
public static Sandbox.AnimationGraph Load(string filename)
Load an animation graph from given file.
public bool TryGetParameterIndex(string name, int index)
Try to get parameter index at given name
No results match this filter.
Properties
Showing 4 properties
public bool Sandbox.AnimationGraph.IsError { get; set; }
Whether the animation graph is invalid, or has not yet loaded.
public virtual bool Sandbox.AnimationGraph.IsValid { get; set; }
public string Sandbox.AnimationGraph.Name { get; set; }
Animation graph file name.
public int Sandbox.AnimationGraph.ParamCount { get; set; }
Number of parameters in this animgraph
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.AnimationGraph |