Class FireworkEvents
Base class for events dispatched by fireworks
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class FireworkEvents : GroupEvents
Fields
OnFireworkBurst
Dispatched whenever the firework made a burst, passing as argument its world position
Declaration
public UnityEvent<Vector3> OnFireworkBurst
Field Value
Type | Description |
---|---|
UnityEvent<><Vector3> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |