BaseRenderer
Direct Subclass:
Indirect Subclass:
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
init(system: *) |
|
public |
logRendererType(): * Logs the renderer type being used when in development mode. |
|
public abstract |
onParticleCreated(particle: *) |
|
public abstract |
onParticleDead(particle: *) |
|
public abstract |
onParticleUpdate(particle: *) |
|
public abstract |
onSystemUpdate(system: *) |
|
public |
remove() |
Public Constructors
public constructor() source
Public Methods
public init(system: *) source
Params:
Name | Type | Attribute | Description |
system | * |
public logRendererType(): * source
Logs the renderer type being used when in development mode.
Return:
* | void |
public abstract onParticleCreated(particle: *) source
Params:
Name | Type | Attribute | Description |
particle | * |
public abstract onParticleDead(particle: *) source
Params:
Name | Type | Attribute | Description |
particle | * |
public abstract onParticleUpdate(particle: *) source
Params:
Name | Type | Attribute | Description |
particle | * |
public abstract onSystemUpdate(system: *) source
Params:
Name | Type | Attribute | Description |
system | * |