Struct ParticleSystem.NoiseModule
Assembly: UnityEngine.dll
Syntax
public struct NoiseModule
Properties
|
Improve this Doc
View Source
damping
Declaration
public bool damping { get; set; }
Property Value
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
frequency
Declaration
public float frequency { get; set; }
Property Value
|
Improve this Doc
View Source
octaveCount
Declaration
public int octaveCount { get; set; }
Property Value
|
Improve this Doc
View Source
octaveMultiplier
Declaration
public float octaveMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
octaveScale
Declaration
public float octaveScale { get; set; }
Property Value
|
Improve this Doc
View Source
positionAmount
Declaration
public ParticleSystem.MinMaxCurve positionAmount { get; set; }
Property Value
|
Improve this Doc
View Source
quality
Declaration
public ParticleSystemNoiseQuality quality { get; set; }
Property Value
|
Improve this Doc
View Source
remap
Declaration
public ParticleSystem.MinMaxCurve remap { get; set; }
Property Value
|
Improve this Doc
View Source
remapEnabled
Declaration
public bool remapEnabled { get; set; }
Property Value
|
Improve this Doc
View Source
remapMultiplier
Declaration
public float remapMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
remapX
Declaration
public ParticleSystem.MinMaxCurve remapX { get; set; }
Property Value
|
Improve this Doc
View Source
remapXMultiplier
Declaration
public float remapXMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
remapY
Declaration
public ParticleSystem.MinMaxCurve remapY { get; set; }
Property Value
|
Improve this Doc
View Source
remapYMultiplier
Declaration
public float remapYMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
remapZ
Declaration
public ParticleSystem.MinMaxCurve remapZ { get; set; }
Property Value
|
Improve this Doc
View Source
remapZMultiplier
Declaration
public float remapZMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
rotationAmount
Declaration
public ParticleSystem.MinMaxCurve rotationAmount { get; set; }
Property Value
|
Improve this Doc
View Source
scrollSpeed
Declaration
public ParticleSystem.MinMaxCurve scrollSpeed { get; set; }
Property Value
|
Improve this Doc
View Source
scrollSpeedMultiplier
Declaration
public float scrollSpeedMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
separateAxes
Declaration
public bool separateAxes { get; set; }
Property Value
|
Improve this Doc
View Source
sizeAmount
Declaration
public ParticleSystem.MinMaxCurve sizeAmount { get; set; }
Property Value
|
Improve this Doc
View Source
strength
Declaration
public ParticleSystem.MinMaxCurve strength { get; set; }
Property Value
|
Improve this Doc
View Source
strengthMultiplier
Declaration
public float strengthMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
strengthX
Declaration
public ParticleSystem.MinMaxCurve strengthX { get; set; }
Property Value
|
Improve this Doc
View Source
strengthXMultiplier
Declaration
public float strengthXMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
strengthY
Declaration
public ParticleSystem.MinMaxCurve strengthY { get; set; }
Property Value
|
Improve this Doc
View Source
strengthYMultiplier
Declaration
public float strengthYMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
strengthZ
Declaration
public ParticleSystem.MinMaxCurve strengthZ { get; set; }
Property Value
|
Improve this Doc
View Source
strengthZMultiplier
Declaration
public float strengthZMultiplier { get; set; }
Property Value
Extension Methods