Packageidv.cjcat.stardust.threeD.papervision3d.initializers
Classpublic class PV3DDisplayObject3DClass
InheritancePV3DDisplayObject3DClass Inheritance Initializer3D Inheritance Initializer Inheritance StardustElement

Assigns a DisplayObject object to the target properties of a particle. This information can be visualized by PV3DDisplayObject3DRenderer.

See also

org.papervision3d.objects.DisplayObject3D
idv.cjcat.stardust.threeD.papervision3d.renderers.PV3DDisplayObject3DRenderer


Public Properties
 PropertyDefined by
 Inheritedactive : Boolean
Denotes if the initializer is active, true by default.
Initializer
  constructorParams : Array
PV3DDisplayObject3DClass
  displayObject3DClass : Class
PV3DDisplayObject3DClass
 Inheritedname : String
StardustElement
 InheritedneedsRecycle : Boolean
Initializer
 InheritedonAdd : ISignal
Dispatched when the added to an emitter.
Initializer
 InheritedonPriorityChange : ISignal
Dispatched when the action's priority is changed.
Initializer
 InheritedonRemove : ISignal
Dispatched when the removed from an emitter.
Initializer
 Inheritedpriority : int
Initializers will be sorted according to their priorities.
Initializer
 Inheritedsupports2D : Boolean
Whether this initializer supports 2D.
Initializer
 Inheritedsupports3D : Boolean
Whether this initializer supports 3D.
Initializer
Public Methods
 MethodDefined by
  
PV3DDisplayObject3DClass(displayObject3DClass:Class = null, constructorParams:Array = null)
PV3DDisplayObject3DClass
 Inherited
Initializer
 Inherited
[Abstract Method] Returns the related objects of the element.
StardustElement
 Inherited
getXMLTag():XML
Returns the root tag of the XML representation.
StardustElement
  
getXMLTagName():String
PV3DDisplayObject3DClass
  
initialize(particle:Particle):void
PV3DDisplayObject3DClass
 Inherited
parseXML(xml:XML, builder:XMLBuilder = null):void
Initializer
 Inherited
recycleInfo(particle:Particle):void
[Template Method] This method is called after a particle's death if the needsRecycle() method returns true.
Initializer
 Inherited
toXML():XML
Initializer
Property detail
constructorParamsproperty
constructorParams:Array  [read-write]Implementation
    public function get constructorParams():Array
    public function set constructorParams(value:Array):void
displayObject3DClassproperty 
displayObject3DClass:Class  [read-write]Implementation
    public function get displayObject3DClass():Class
    public function set displayObject3DClass(value:Class):void
Constructor detail
PV3DDisplayObject3DClass()constructor
public function PV3DDisplayObject3DClass(displayObject3DClass:Class = null, constructorParams:Array = null)Parameters
displayObject3DClass:Class (default = null)
 
constructorParams:Array (default = null)
Method detail
getXMLTagName()method
public override function getXMLTagName():String

Returns
String
initialize()method 
public final override function initialize(particle:Particle):voidParameters
particle:Particle