Show / Hide Table of Contents

Struct ParticleSystem.TrailModule

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 TrailModule

Properties

| Improve this Doc View Source

attachRibbonsToTransform

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

colorOverLifetime

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

colorOverTrail

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

dieWithParticles

Declaration
public bool dieWithParticles { 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

generateLightingData

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

inheritParticleColor

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

lifetime

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

lifetimeMultiplier

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

minVertexDistance

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

mode

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

ratio

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

ribbonCount

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

shadowBias

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

sizeAffectsLifetime

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

sizeAffectsWidth

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

splitSubEmitterRibbons

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

textureMode

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

widthOverTrail

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

widthOverTrailMultiplier

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

worldSpace

Declaration
public bool worldSpace { get; set; }
Property Value
Type Description
Boolean

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