# Sandbox.AnimationGraph

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.Resource](/api/Sandbox.Resource)
- Modifiers: sealed

## Properties

- [`IsError`](/api/Sandbox.AnimationGraph/IsError): Whether the animation graph is invalid, or has not yet loaded.
- [`IsValid`](/api/Sandbox.AnimationGraph/IsValid)
- [`Name`](/api/Sandbox.AnimationGraph/Name): Animation graph file name.
- [`ParamCount`](/api/Sandbox.AnimationGraph/ParamCount): Number of parameters in this animgraph

## Methods

- [`GetParameter`](/api/Sandbox.AnimationGraph/GetParameter): Get parameter at given name
- [`GetParameterName`](/api/Sandbox.AnimationGraph/GetParameterName): Get name of parameter at given index
- [`GetParameterType`](/api/Sandbox.AnimationGraph/GetParameterType): Get value type of parameter at given index
- [`Load`](/api/Sandbox.AnimationGraph/Load): Load an animation graph from given file.
- [`TryGetParameterIndex`](/api/Sandbox.AnimationGraph/TryGetParameterIndex): Try to get parameter index at given name
