Struct ParticleSystem.LimitVelocityOverLifetimeModule
Assembly: UnityEngine.dll
Syntax
public struct LimitVelocityOverLifetimeModule
Properties
|
Improve this Doc
View Source
dampen
Declaration
public float dampen { get; set; }
Property Value
|
Improve this Doc
View Source
drag
Declaration
public ParticleSystem.MinMaxCurve drag { get; set; }
Property Value
|
Improve this Doc
View Source
dragMultiplier
Declaration
public float dragMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
limit
Declaration
public ParticleSystem.MinMaxCurve limit { get; set; }
Property Value
|
Improve this Doc
View Source
limitMultiplier
Declaration
public float limitMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
limitX
Declaration
public ParticleSystem.MinMaxCurve limitX { get; set; }
Property Value
|
Improve this Doc
View Source
limitXMultiplier
Declaration
public float limitXMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
limitY
Declaration
public ParticleSystem.MinMaxCurve limitY { get; set; }
Property Value
|
Improve this Doc
View Source
limitYMultiplier
Declaration
public float limitYMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
limitZ
Declaration
public ParticleSystem.MinMaxCurve limitZ { get; set; }
Property Value
|
Improve this Doc
View Source
limitZMultiplier
Declaration
public float limitZMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
multiplyDragByParticleSize
Declaration
public bool multiplyDragByParticleSize { get; set; }
Property Value
|
Improve this Doc
View Source
multiplyDragByParticleVelocity
Declaration
public bool multiplyDragByParticleVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
separateAxes
Declaration
public bool separateAxes { get; set; }
Property Value
|
Improve this Doc
View Source
space
Declaration
public ParticleSystemSimulationSpace space { get; set; }
Property Value
Extension Methods