Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

animationClipsRetrieves all AnimationClip used by the controller.

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.