Class ParticleSystemSharp.LimitVelocityOverLifetimeModuleSharp
Inheritance
object
ParticleSystemSharp.LimitVelocityOverLifetimeModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.LimitVelocityOverLifetimeModuleSharp
Properties
dampen
Declaration
public float dampen { get; set; }
Property Value
drag
Declaration
public ParticleSystemSharp.SharpMinMaxCurve drag { get; set; }
Property Value
dragMultiplier
Declaration
public float dragMultiplier { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
limit
Declaration
public ParticleSystemSharp.SharpMinMaxCurve limit { get; set; }
Property Value
limitMultiplier
Declaration
public float limitMultiplier { get; set; }
Property Value
limitX
Declaration
public ParticleSystemSharp.SharpMinMaxCurve limitX { get; set; }
Property Value
limitXMultiplier
Declaration
public float limitXMultiplier { get; set; }
Property Value
limitY
Declaration
public ParticleSystemSharp.SharpMinMaxCurve limitY { get; set; }
Property Value
limitYMultiplier
Declaration
public float limitYMultiplier { get; set; }
Property Value
limitZ
Declaration
public ParticleSystemSharp.SharpMinMaxCurve limitZ { get; set; }
Property Value
limitZMultiplier
Declaration
public float limitZMultiplier { get; set; }
Property Value
multiplyDragByParticleSize
Declaration
public bool multiplyDragByParticleSize { get; set; }
Property Value
multiplyDragByParticleVelocity
Declaration
public bool multiplyDragByParticleVelocity { get; set; }
Property Value
separateAxes
Declaration
public bool separateAxes { get; set; }
Property Value
space
Declaration
public ParticleSystemSimulationSpace space { get; set; }
Property Value