Struct ParticleSystem.VelocityOverLifetimeModule
Assembly: UnityEngine.dll
Syntax
public struct VelocityOverLifetimeModule
Properties
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetX
Declaration
public ParticleSystem.MinMaxCurve orbitalOffsetX { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetXMultiplier
Declaration
public float orbitalOffsetXMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetY
Declaration
public ParticleSystem.MinMaxCurve orbitalOffsetY { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetYMultiplier
Declaration
public float orbitalOffsetYMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetZ
Declaration
public ParticleSystem.MinMaxCurve orbitalOffsetZ { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalOffsetZMultiplier
Declaration
public float orbitalOffsetZMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalX
Declaration
public ParticleSystem.MinMaxCurve orbitalX { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalXMultiplier
Declaration
public float orbitalXMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalY
Declaration
public ParticleSystem.MinMaxCurve orbitalY { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalYMultiplier
Declaration
public float orbitalYMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalZ
Declaration
public ParticleSystem.MinMaxCurve orbitalZ { get; set; }
Property Value
|
Improve this Doc
View Source
orbitalZMultiplier
Declaration
public float orbitalZMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
radial
Declaration
public ParticleSystem.MinMaxCurve radial { get; set; }
Property Value
|
Improve this Doc
View Source
radialMultiplier
Declaration
public float radialMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
space
Declaration
public ParticleSystemSimulationSpace space { get; set; }
Property Value
|
Improve this Doc
View Source
speedModifier
Declaration
public ParticleSystem.MinMaxCurve speedModifier { get; set; }
Property Value
|
Improve this Doc
View Source
speedModifierMultiplier
Declaration
public float speedModifierMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
x
Declaration
public ParticleSystem.MinMaxCurve x { get; set; }
Property Value
|
Improve this Doc
View Source
xMultiplier
Declaration
public float xMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
y
Declaration
public ParticleSystem.MinMaxCurve y { get; set; }
Property Value
|
Improve this Doc
View Source
yMultiplier
Declaration
public float yMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
z
Declaration
public ParticleSystem.MinMaxCurve z { get; set; }
Property Value
|
Improve this Doc
View Source
zMultiplier
Declaration
public float zMultiplier { get; set; }
Property Value
Extension Methods