AnimationUtility.GetAllCurves 获取所有曲线


static function GetAllCurves (clip : AnimationClip, includeCurveData : bool = true) : AnimationClipCurveData[]

Description描述

Retrieves all curves from a specific animation   clip.

从一个特定动画剪辑中检索所有曲线

If includeCurveData is false, all animation   curves in returned results will be null. Use this when you only want to get the   list of curves, their types and names.

如果includeCurveDate是false,所有动画曲线的返回结果都为null。 他用于当你只想获取曲线列表和它们的类型和名字时。


,