StartAnimationMode
Starts the Animation mode.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
StartAnimationMode()
Starts the Animation mode.
public static void StartAnimationMode()
Remarks
When in Animation mode, the Editor is drawn with special color overlay. This indicates that animations are playing.
StartAnimationMode(AnimationModeDriver)
Starts the Animation mode.
public static void StartAnimationMode(AnimationModeDriver driver)
Parameters
Specify an AnimationModeDriver object to lock the AnimationMode to a driver.
Remarks
When in Animation mode, the Editor is drawn with special color overlay. This indicates that animations are playing.