| Package | org.flintparticles.common.initializers |
| Class | public class DictionaryInitializer |
| Inheritance | DictionaryInitializer InitializerBase Object |
| Property | Defined By | ||
|---|---|---|---|
| initValues : *
The object containing the properties for copying to the particle's dictionary. | DictionaryInitializer | ||
![]() | priority : int
Returns a default priority of 0 for this action. | InitializerBase | |
| Method | Defined By | ||
|---|---|---|---|
DictionaryInitializer(initValues:*)
The constructor creates a DictionaryInit initializer for use by
an emitter. | DictionaryInitializer | ||
![]() | addedToEmitter(emitter:Emitter):void
This method does nothing. | InitializerBase | |
[override]
This method does nothing. | DictionaryInitializer | ||
![]() | removedFromEmitter(emitter:Emitter):void
This method does nothing. | InitializerBase | |
| initValues | property |
initValues:*The object containing the properties for copying to the particle's dictionary. May be an object or a dictionary.
public function get initValues():* public function set initValues(value:any):void| DictionaryInitializer | () | Constructor |
public function DictionaryInitializer(initValues:*)The constructor creates a DictionaryInit initializer for use by an emitter. To add a DictionaryInit to all particles created by an emitter, use the emitter's addInitializer method.
ParametersinitValues:* — The object containing the properties for copying to the particle's dictionary.
May be an object or a dictionary.
|
See also
| initialize | () | method |
override public function initialize(emitter:Emitter, particle:Particle):voidThis method does nothing. All derived classes override this method to initialize each particle created by the emitter.
Parameters
emitter:Emitter | |
particle:Particle |