AnimationUtility.GetFloatValue 获取浮点值
static function GetFloatValue (root : GameObject, relativePath : string, type : Type, propertyName : string, out data : float) : bool
Description描述
Retrieves the current float value by sampling a curve value on a specific game object
用在一个特定游戏物体上进行曲线值采样的方式检索当前浮点数值。
Useful for recording keyframes
用于记录关键帧
最后修改:2011年1月7日 Friday 14:58