Packagecom.roguedevelopment.pulse.initializers
Classpublic class ParameterInitializer
ImplementsIPulseInitializer

This class allows you to specify a minimum and maximum value that a particular property on a particle should be initialized to. Use it in combination with the GenericEmitter



Protected Properties
 PropertyDefined by
  propName : String
ParameterInitializer
  value : Object
ParameterInitializer
Public Methods
 MethodDefined by
  
ParameterInitializer(propName:String, value:Object)
ParameterInitializer
  
init(particle:IParticle):void
ParameterInitializer
Property detail
propNameproperty
protected var propName:String
valueproperty 
protected var value:Object
Constructor detail
ParameterInitializer()constructor
public function ParameterInitializer(propName:String, value:Object)Parameters
propName:String
 
value:Object
Method detail
init()method
public function init(particle:IParticle):voidParameters
particle:IParticle