Class Rig
Inheritance
System.Object
Rig
Syntax
public class Rig : MonoBehaviour
Fields
weight
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Properties
constraints
Declaration
public IRigConstraint[] constraints { get; }
Property Value
isInitialized
Declaration
public bool isInitialized { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
jobs
Declaration
public IAnimationJob[] jobs { get; }
Property Value
| Type |
Description |
| IAnimationJob[] |
|
Methods
Destroy()
Declaration
Initialize(Animator)
Declaration
public bool Initialize(Animator animator)
Parameters
| Type |
Name |
Description |
| Animator |
animator |
|
Returns
| Type |
Description |
| System.Boolean |
|
UpdateConstraints(AnimationScriptPlayable[], Boolean)
Declaration
public void UpdateConstraints(AnimationScriptPlayable[] playables, bool enabled)
Parameters
| Type |
Name |
Description |
| AnimationScriptPlayable[] |
playables |
|
| System.Boolean |
enabled |
|