Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Motion

Base class for AnimationClips and BlendTrees.
Read time 3 minutesLast updated 2 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
  • Inherits from: Object
public class Motion : Object

Remarks

Motions are used by animation States in the Mecanim StateMachines.

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.