Packageflare.core
Classpublic class ParticleInit3D
InheritanceParticleInit3D Inheritance Object

The ParticleInit3D class defines a structure to use for particles initialization.



Public Properties
 PropertyDefined By
  position : Vector3D
The position of the particle.
ParticleInit3D
  scale : Number = 1
The scale of the particle.
ParticleInit3D
  spin : Number = 0
The spin value of the particle.
ParticleInit3D
  velocity : Vector3D
The velocity of the particle.
ParticleInit3D
Public Methods
 MethodDefined By
  
Creates a new particles initialization class.
ParticleInit3D
Property Detail
positionproperty
public var position:Vector3D

The position of the particle.

scaleproperty 
public var scale:Number = 1

The scale of the particle.

spinproperty 
public var spin:Number = 0

The spin value of the particle.

velocityproperty 
public var velocity:Vector3D

The velocity of the particle.

Constructor Detail
ParticleInit3D()Constructor
public function ParticleInit3D()

Creates a new particles initialization class.