RuntimeAnimatorController
The runtime representation of the AnimatorController. Use this representation to change the Animator Controller during runtime.
Read time 4 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
- Inherits from: Object
[ExcludeFromObjectFactory]public class RuntimeAnimatorController : Object
Properties
Property | Description |
|---|---|
| animationClips | Retrieves all AnimationClip used by the controller. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |