Version: 2022.3
言語: 日本語
public string functionName ;

説明

関数の名前が呼び出されます。

This is the same as calling gameObject.SendMessage(animationEvent.functionName, animationEvent). The function called can have zero or a single argument. See the script example at AnimationEvent to see how functionName can be used.