Version: 2021.2
言語: 日本語
public void Play (VFX.VFXEventAttribute eventAttribute);
public void Play ();

パラメーター

eventAttribute Can be null or a VFXEventAttribute. To create a VFXEventAttribute, use VisualEffect.CreateVFXEventAttribute.

説明

Use this method to send a play event to every Spawn system.

This call is equivalent to VisualEffect.SendEvent("OnPlay");