ParticleArgs
Index
Properties
optionalacc
optionalangularVelocity
Starting angular velocity of the particle
optionalbeginColor
Beginning color of the particle over its life
optionalendColor
Ending color of the particle over its life
optionalendSize
Set the end size when you want to change particle size over their life
optionalfade
Should the particle fade out to fully transparent over their life
optionalfocus
Gets or sets the optional focus where all particles should accelerate towards
optionalfocusAccel
Gets or sets the optional acceleration for focusing particles if a focus has been specified
optionalgraphic
Optionally set a graphic
optionallife
Totally life of the particle in milliseconds
optionalmaxAngle
Maximum angle to use for the particles starting rotation
optionalmaxSize
Largest possible starting size of the particle
optionalmaxVel
Maximum magnitude of the particle starting vel
optionalminAngle
Minimum angle to use for the particles starting rotation
optionalminSize
Smallest possible starting size of the particle
optionalminVel
Minimum magnitude of the particle starting vel
optionalopacity
Starting opacity of the particle
optionalpos
Starting position of the particle
optionalrandomRotation
Indicates whether particles should start with a random rotation
optionalrotation
Starting rotation of the particle
optionalsize
Size of the particle in pixels
optionalstartSize
Set the start size when you want to change particle size over their life
optionaltransform
Optionally set the emitted particle transform style, ParticleTransform.Global is the default and emits particles as if they were world space objects, useful for most effects.
If set to ParticleTransform.Local particles are children of the emitter and move relative to the emitter as they would in a parent/child actor relationship.
optionalvel
Starting velocity of the particle
Starting acceleration of the particle