Static Method Summary
Static Public Methods | ||
public static |
Creates a Mass initializer from JSON. |
Constructor Summary
Public Constructor | ||
public |
constructor(min: number, max: number, center: boolean): * Constructs a Mass initializer instance. |
Member Summary
Public Members | ||
public |
The mass span which is used to set the particle mass value. |
Method Summary
Public Methods | ||
public |
initialize(particle: Particle): * Sets the particle's initial mass. |
Inherited Summary
From class Initializer | ||
public static abstract |
Returns a new instance of the initializer from the JSON object passed. |
|
public static |
Determines if the initializer requires a Web GL API to be provided to its constructor. |
|
public |
isEnabled: * |
|
public |
type: * |
|
public |
Initializes the property on the emitter or particle. |
|
public abstract |
initialize(target: object) Place custom property initialization code in this method in the subclass. |
|
public abstract |
reset() |
Static Public Methods
public static fromJSON(json: object): Mass source
Creates a Mass initializer from JSON.
Override:
Initializer#fromJSONParams:
Name | Type | Attribute | Description |
json | object | The JSON to construct the instance from. |
Public Constructors
public constructor(min: number, max: number, center: boolean): * source
Constructs a Mass initializer instance.
Override:
Initializer#constructorReturn:
* | void |
Public Members
Public Methods
public initialize(particle: Particle): * source
Sets the particle's initial mass.
Override:
Initializer#initializeParams:
Name | Type | Attribute | Description |
particle | Particle | the particle to initialize the property on |
Return:
* | void |