Click or drag to resize
DigitalRuneLinearVelocityEffector Properties

The LinearVelocityEffector type exposes the following members.

Properties
  NameDescription
Public propertyDirectionParameter
Gets or sets the name of the parameter that defines the movement direction. (A varying or uniform parameter of type Vector3F.)
Public propertyEnabled
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.)
Public propertyName
Gets the name of this particle effector.
(Inherited from ParticleEffector.)
Public propertyParticleSystem
Gets or sets the particle system.
(Inherited from ParticleEffector.)
Public propertyPositionParameter
Gets or sets the name of the parameter that defines the position. (A varying or uniform parameter of type Vector3F.)
Public propertySpeedParameter
Gets or sets the name of the parameter that defines the movement speed. (A varying or uniform parameter of type Single.)
Top
See Also