Click or drag to resize
DigitalRuneStartVelocityBiasEffector Properties

The StartVelocityBiasEffector type exposes the following members.

Properties
  NameDescription
Public propertyBiasVelocityParameter
Gets or sets the name of the parameter that defines the bias velocity vector. (A varying or uniform parameter of type Vector3F.)
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 propertySpeedParameter
Gets or sets the name of the parameter that defines the movement speed. (A varying or uniform parameter of type Single.)
Public propertyStrength
Gets or sets a factor that is used to scale the bias velocity before adding it to the particle velocity.
Top
See Also