Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationUtility.GetAnimatableBindings

public static EditorCurveBinding[] GetAnimatableBindings(GameObject targetObject, GameObject root);

Description

Returns all the animatable bindings that a specific game object has.

Answers the question: "What can be animated?".

The root GameObject does not need to be an actual root, but it must be higher in the hierarchy than the target. The target and root may also be the same GameObject.