AnimationEvent.functionName 函数名字
var functionName : string
Description描述
The name of the function that will be called.
被调用的函数的名字
This is the same as calling gameObject.SendMessage(animationEvent.functionName, animationEvent);
这与调用gameObject.SendMessage(animationEvent.functionName, animationEvent)相同
最后修改:2011年1月6日 Thursday 22:07