| Package | idv.cjcat.stardust.threeD.initializers |
| Class | public class DisplayObjectClass3D |
| Inheritance | DisplayObjectClass3D Initializer3D Initializer StardustElement |
target properties of a particle.
This information can be visualized by DisplayObjectRenderer3D.
Default priority = 1;
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | active : Boolean
Denotes if the initializer is active, true by default.
| Initializer | |
| constructorParams : Array | DisplayObjectClass3D | ||
| displayObjectClass : Class | DisplayObjectClass3D | ||
![]() | name : String | StardustElement | |
![]() | needsRecycle : Boolean | Initializer | |
![]() | onAdd : ISignal
Dispatched when the added to an emitter.
| Initializer | |
![]() | onPriorityChange : ISignal
Dispatched when the action's priority is changed.
| Initializer | |
![]() | onRemove : ISignal
Dispatched when the removed from an emitter.
| Initializer | |
![]() | priority : int
Initializers will be sorted according to their priorities.
| Initializer | |
![]() | supports2D : Boolean
Whether this initializer supports 2D.
| Initializer | |
![]() | supports3D : Boolean
Whether this initializer supports 3D.
| Initializer | |
| Method | Defined by | ||
|---|---|---|---|
|
DisplayObjectClass3D(displayObjectClass:Class = null, constructorParams:Array = null)
| DisplayObjectClass3D | ||
![]() |
getElementTypeXMLTag():XML
| Initializer | |
![]() |
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | |
![]() |
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | |
|
getXMLTagName():String
| DisplayObjectClass3D | ||
|
initialize(p:Particle):void
| DisplayObjectClass3D | ||
![]() |
parseXML(xml:XML, builder:XMLBuilder = null):void
| Initializer | |
![]() |
recycleInfo(particle:Particle):void
[Template Method] This method is called after a particle's death if the
needsRecycle() method returns true. | Initializer | |
![]() |
toXML():XML
| Initializer | |
| constructorParams | property |
public var constructorParams:Array
| displayObjectClass | property |
public var displayObjectClass:Class
| DisplayObjectClass3D | () | constructor |
public function DisplayObjectClass3D(displayObjectClass:Class = null, constructorParams:Array = null)Parameters
displayObjectClass:Class (default = null) |
|
constructorParams:Array (default = null) |
| getXMLTagName | () | method |
public override function getXMLTagName():String
Returns
String |
| initialize | () | method |