Struct ParticleSystem.InheritVelocityModule
Assembly: UnityEngine.dll
Syntax
public struct InheritVelocityModule
Properties
|
Improve this Doc
View Source
curve
Declaration
public ParticleSystem.MinMaxCurve curve { get; set; }
Property Value
|
Improve this Doc
View Source
curveMultiplier
Declaration
public float curveMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
mode
Declaration
public ParticleSystemInheritVelocityMode mode { get; set; }
Property Value
Extension Methods