AnimationModeDriver
AnimationMode uses AnimationModeDriver to identify the animation driver.
Read time 4 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: ScriptableObject
public class AnimationModeDriver : ScriptableObject
Remarks
The Animation window, Timeline window, and custom previewers use the AnimationModeDriver to lock the AnimationMode until released.
Additional Resources: AnimationMode
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. |