Click or drag to resize
SoParticleLightRay Properties

The SoParticleLightRay type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertydispersionAngles

Defines two angles (specified in radians) within which particles are randomly emitted.

(Inherited from SoParticleAnimation.)
Public propertyemitShapeType

Specifies a predefined shape from which particles are emitted.

(Inherited from SoParticleAnimation.)
Public propertyendColor

Final particle color.

(Inherited from SoParticleAnimation.)
Public propertyendColorVariation

Controls magnitude of random variation in the final particle color.

(Inherited from SoParticleAnimation.)
Public propertyendOpacity

Final particle opacity: 0 = fully transparent, 1 = opaque.

(Inherited from SoParticleAnimation.)
Public propertyendOpacityVariation

Controls magnitude of random variation in the final particle opacity.

(Inherited from SoParticleAnimation.)
Public propertyendSize

Final particle size in world coordinates.

(Inherited from SoParticleAnimation.)
Public propertyendSizeVariation

Controls magnitude of random variation in the final particle size.

(Inherited from SoParticleAnimation.)
Public propertygoalFramesPerSecond

Indicates the goal number of frames per second for refreshing the particles.

(Inherited from SoParticleAnimation.)
Public propertyinitialColor

Initial particle color.

(Inherited from SoParticleAnimation.)
Public propertyinitialColorVariation

Controls magnitude of random variation in the initial particle color.

(Inherited from SoParticleAnimation.)
Public propertyinitialOpacity

Initial particle opacity: 0 is fully transparent, 1 is opaque.

(Inherited from SoParticleAnimation.)
Public propertyinitialOpacityVariation

Controls magnitude of random variation in the initial particle opacity.

(Inherited from SoParticleAnimation.)
Public propertyinitialSize

Initial particle size in world coordinates.

(Inherited from SoParticleAnimation.)
Public propertyinitialSizeVariation

Controls magnitude of random variation in the initial particle size.

(Inherited from SoParticleAnimation.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertylifeSpan

Particle life span in milliseconds.

(Inherited from SoParticleAnimation.)
Public propertylifeSpanVariation

Controls magnitude of random variation in the particle life span.

(Inherited from SoParticleAnimation.)
Public propertynumParticles

Number of emitted particles.

(Inherited from SoParticleAnimation.)
Public propertynumParticlesVariation

Controls magnitude of random variation in the number of emitted particles.

(Inherited from SoParticleAnimation.)
Public propertyon

Activates/deactivates the particle system.

(Inherited from SoParticleAnimation.)
Public propertyparticleFilename

Specifies the name of the file containing the texture to be applied to the particles.

(Inherited from SoParticleAnimation.)
Public propertyparticleLife

Specifies if particles are emitted one time (SoParticleAnimation.ONE_EMISSION) or cyclically (SoParticleAnimation.CYCLIC_EMISSION).

(Inherited from SoParticleAnimation.)
Public propertyparticleShape

Specifies the shape of the particles.

(Inherited from SoParticleAnimation.)
Public propertyparticleTexture

Specifies an in-memory texture used for particles.

(Inherited from SoParticleAnimation.)
Public propertyshapeScale

Specifies a nonuniform scale factor applied to the predefined shape from which particles are emitted.

(Inherited from SoParticleAnimation.)
Public propertyspeed

Specifies the particle speed in units per second.

(Inherited from SoParticleAnimation.)
Public propertyspeedVariation

Controls magnitude of random variation in the particle speed.

(Inherited from SoParticleAnimation.)
Public propertytransparencyType

Transparency type used for drawing particles.

(Inherited from SoParticleAnimation.)
Public propertytrigger

Has two meanings depending on the value of particleLife:

(Inherited from SoParticleAnimation.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also