public void Play (VFX.VFXEventAttribute eventAttribute);
public void Play ();

Parámetros

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

Descripción

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

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