Show / Hide Table of Contents

Struct ParticleSystem.NoiseModule

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct NoiseModule

Properties

| Improve this Doc View Source

damping

Declaration
public bool damping { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

frequency

Declaration
public float frequency { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

octaveCount

Declaration
public int octaveCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

octaveMultiplier

Declaration
public float octaveMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

octaveScale

Declaration
public float octaveScale { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

positionAmount

Declaration
public ParticleSystem.MinMaxCurve positionAmount { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

quality

Declaration
public ParticleSystemNoiseQuality quality { get; set; }
Property Value
Type Description
ParticleSystemNoiseQuality
| Improve this Doc View Source

remap

Declaration
public ParticleSystem.MinMaxCurve remap { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

remapEnabled

Declaration
public bool remapEnabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

remapMultiplier

Declaration
public float remapMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

remapX

Declaration
public ParticleSystem.MinMaxCurve remapX { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

remapXMultiplier

Declaration
public float remapXMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

remapY

Declaration
public ParticleSystem.MinMaxCurve remapY { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

remapYMultiplier

Declaration
public float remapYMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

remapZ

Declaration
public ParticleSystem.MinMaxCurve remapZ { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

remapZMultiplier

Declaration
public float remapZMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

rotationAmount

Declaration
public ParticleSystem.MinMaxCurve rotationAmount { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

scrollSpeed

Declaration
public ParticleSystem.MinMaxCurve scrollSpeed { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

scrollSpeedMultiplier

Declaration
public float scrollSpeedMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

separateAxes

Declaration
public bool separateAxes { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

sizeAmount

Declaration
public ParticleSystem.MinMaxCurve sizeAmount { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

strength

Declaration
public ParticleSystem.MinMaxCurve strength { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

strengthMultiplier

Declaration
public float strengthMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

strengthX

Declaration
public ParticleSystem.MinMaxCurve strengthX { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

strengthXMultiplier

Declaration
public float strengthXMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

strengthY

Declaration
public ParticleSystem.MinMaxCurve strengthY { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

strengthYMultiplier

Declaration
public float strengthYMultiplier { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

strengthZ

Declaration
public ParticleSystem.MinMaxCurve strengthZ { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

strengthZMultiplier

Declaration
public float strengthZMultiplier { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX