s&box docs

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

Properties

Showing 4 properties

public bool Sandbox.AnimationGraph.IsError { get; set; }

Whether the animation graph is invalid, or has not yet loaded.

public string Sandbox.AnimationGraph.Name { get; set; }

Animation graph file name.

public int Sandbox.AnimationGraph.ParamCount { get; set; }

Number of parameters in this animgraph

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.AnimationGraph

On this page