Class RigBuilder
Inheritance
System.Object
RigBuilder
Namespace: UnityEngine.Animations.Rigging
Syntax
public class RigBuilder : MonoBehaviour
Properties
graph
Declaration
public PlayableGraph graph { get; }
Property Value
| Type | Description |
|---|---|
| PlayableGraph |
layers
Declaration
public List<RigBuilder.RigLayer> layers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RigBuilder.RigLayer> |
Methods
Build()
Declaration
public bool Build()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Clear()
Declaration
public void Clear()