Version: 2017.3

AnimationUtility.GetAnimatableBindings

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

Descripción

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.