Show / Hide Table of Contents

Struct ParticleSystem.LimitVelocityOverLifetimeModule

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 LimitVelocityOverLifetimeModule

Properties

| Improve this Doc View Source

dampen

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

drag

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

dragMultiplier

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

enabled

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

limit

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

limitMultiplier

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

limitX

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

limitXMultiplier

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

limitY

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

limitYMultiplier

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

limitZ

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

limitZMultiplier

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

multiplyDragByParticleSize

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

multiplyDragByParticleVelocity

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

separateAxes

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

space

Declaration
public ParticleSystemSimulationSpace space { get; set; }
Property Value
Type Description
ParticleSystemSimulationSpace

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