Version: 2023.1

GenericBindingUtility.GetAnimatableBindings

切换到手册
public static GenericBinding[] GetAnimatableBindings (GameObject targetObject, GameObject root);

参数

targetObject The target GameObject to extract the bindings from.
root A GameObject ancestor of targetObject. Use the ancestor to locate the targetObject within a transform hierarchy.

返回

GenericBinding[] Returns an array of GenericBinding. Returns an empty array if the targetObject has no animatable properties.

描述

Retrieves the animatable bindings for a specific GameObject.