Version: 2019.4
public void Play (VFX.VFXEventAttribute eventAttribute);
public void Play ();

パラメーター

eventAttributeCan 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");