Class ParticleSystemSharp.NoiseModuleSharp
Inheritance
object
ParticleSystemSharp.NoiseModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.NoiseModuleSharp
Properties
damping
Declaration
public bool damping { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
frequency
Declaration
public float frequency { get; set; }
Property Value
octaveCount
Declaration
public int octaveCount { get; set; }
Property Value
octaveMultiplier
Declaration
public float octaveMultiplier { get; set; }
Property Value
octaveScale
Declaration
public float octaveScale { get; set; }
Property Value
positionAmount
Declaration
public ParticleSystemSharp.SharpMinMaxCurve positionAmount { get; set; }
Property Value
quality
Declaration
public ParticleSystemNoiseQuality quality { get; set; }
Property Value
remap
Declaration
public ParticleSystemSharp.SharpMinMaxCurve remap { get; set; }
Property Value
remapEnabled
Declaration
public bool remapEnabled { get; set; }
Property Value
remapMultiplier
Declaration
public float remapMultiplier { get; set; }
Property Value
remapX
Declaration
public ParticleSystemSharp.SharpMinMaxCurve remapX { get; set; }
Property Value
remapXMultiplier
Declaration
public float remapXMultiplier { get; set; }
Property Value
remapY
Declaration
public ParticleSystemSharp.SharpMinMaxCurve remapY { get; set; }
Property Value
remapYMultiplier
Declaration
public float remapYMultiplier { get; set; }
Property Value
remapZ
Declaration
public ParticleSystemSharp.SharpMinMaxCurve remapZ { get; set; }
Property Value
remapZMultiplier
Declaration
public float remapZMultiplier { get; set; }
Property Value
rotationAmount
Declaration
public ParticleSystemSharp.SharpMinMaxCurve rotationAmount { get; set; }
Property Value
scrollSpeed
Declaration
public ParticleSystemSharp.SharpMinMaxCurve scrollSpeed { get; set; }
Property Value
scrollSpeedMultiplier
Declaration
public float scrollSpeedMultiplier { get; set; }
Property Value
separateAxes
Declaration
public bool separateAxes { get; set; }
Property Value
sizeAmount
Declaration
public ParticleSystemSharp.SharpMinMaxCurve sizeAmount { get; set; }
Property Value
strength
Declaration
public ParticleSystemSharp.SharpMinMaxCurve strength { get; set; }
Property Value
strengthMultiplier
Declaration
public float strengthMultiplier { get; set; }
Property Value
strengthX
Declaration
public ParticleSystemSharp.SharpMinMaxCurve strengthX { get; set; }
Property Value
strengthXMultiplier
Declaration
public float strengthXMultiplier { get; set; }
Property Value
strengthY
Declaration
public ParticleSystemSharp.SharpMinMaxCurve strengthY { get; set; }
Property Value
strengthYMultiplier
Declaration
public float strengthYMultiplier { get; set; }
Property Value
strengthZ
Declaration
public ParticleSystemSharp.SharpMinMaxCurve strengthZ { get; set; }
Property Value
strengthZMultiplier
Declaration
public float strengthZMultiplier { get; set; }
Property Value