This version of Unity is unsupported.

GenericBindingUtility.GetCurveBindings

Declaration

public static GenericBinding[] GetCurveBindings(AnimationClip clip);

Parameters

clip The animation clip.

Returns

GenericBinding[] Returns an array of GenericBinding for the animation curves. Returns an empty array if the animation clip has no animation curves.

Description

Retrieves the curve bindings from an animation clip.