Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationModeDriver

AnimationMode uses AnimationModeDriver to identify the animation driver.
Read time 3 minutesLast updated 5 days ago

Definition

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

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.