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)相同


,