VFXSpawnerCallbacks
This abstract class provides a way to implement custom spawner block in C#.
Read time 4 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
- Inherits from: ScriptableObject
public abstract class VFXSpawnerCallbacks : ScriptableObject
Methods
Method | Description |
|---|---|
| OnPlay | Unity invokes this method when a parent spawner system triggers Play. |
| OnStop | Unity invokes this method when a parent spawner system triggers Stop. |
| OnUpdate | Unity invokes this method when a parent spawner system triggers Update. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |