API ReferenceSandbox
ParticleControllerclass
Particles can have extra controllers that can modify the particles every frame.
Constructors1
Showing 1 constructors
protected ParticleController()
No results match this filter.
Methods7
Showing 7 methods
protected virtual void OnAfterStep(float delta)
Called after the particle step
| Parameter | Type | Description |
|---|---|---|
| delta | float | — |
Returns:
void—protected virtual void OnBeforeStep(float delta)
Called before the particle step
| Parameter | Type | Description |
|---|---|---|
| delta | float | — |
Returns:
void—protected virtual void OnDisabled()
Returns:
void—protected virtual void OnEnabled()
Returns:
void—protected virtual void OnParticleCreated(Sandbox.Particle p)
| Parameter | Type | Description |
|---|---|---|
| p | Particle | — |
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public Sandbox.ParticleEffect Sandbox.ParticleController.ParticleEffect { get; set; }
The particle we're controlling
No results match this filter.