Packageidv.cjcat.stardust.threeD.flare3d.initializers
Classpublic class Flare3DPivot3DClone
InheritanceFlare3DPivot3DClone Inheritance Initializer3D Inheritance Initializer Inheritance StardustElement

Assigns a cloned Pivot3D object to the target properties of a particle. This information can be visualized by Flare3DPivot3DRenderer.

See also

idv.cjcat.stardust.threeD.flare3d.renderers.Flare3DPivot3DRenderer


Public Properties
 PropertyDefined by
 Inheritedactive : Boolean
Denotes if the initializer is active, true by default.
Initializer
  cloneTarget : Pivot3D
Flare3DPivot3DClone
 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
  
Flare3DPivot3DClone(cloneTarget:Pivot3D = null)
Flare3DPivot3DClone
 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
Flare3DPivot3DClone
  
initialize(particle:Particle):void
Flare3DPivot3DClone
 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
cloneTargetproperty
cloneTarget:Pivot3D  [read-write]Implementation
    public function get cloneTarget():Pivot3D
    public function set cloneTarget(value:Pivot3D):void
Constructor detail
Flare3DPivot3DClone()constructor
public function Flare3DPivot3DClone(cloneTarget:Pivot3D = null)Parameters
cloneTarget:Pivot3D (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