Class ParticleSystemSharp.TrailModuleSharp
Inheritance
object
ParticleSystemSharp.TrailModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.TrailModuleSharp
Properties
attachRibbonsToTransform
Declaration
public bool attachRibbonsToTransform { get; set; }
Property Value
colorOverLifetime
Declaration
public ParticleSystemSharp.SharpMinMaxGradient colorOverLifetime { get; set; }
Property Value
colorOverTrail
Declaration
public ParticleSystemSharp.SharpMinMaxGradient colorOverTrail { get; set; }
Property Value
dieWithParticles
Declaration
public bool dieWithParticles { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
generateLightingData
Declaration
public bool generateLightingData { get; set; }
Property Value
inheritParticleColor
Declaration
public bool inheritParticleColor { get; set; }
Property Value
lifetime
Declaration
public ParticleSystemSharp.SharpMinMaxCurve lifetime { get; set; }
Property Value
lifetimeMultiplier
Declaration
public float lifetimeMultiplier { get; set; }
Property Value
minVertexDistance
Declaration
public float minVertexDistance { get; set; }
Property Value
mode
Declaration
public ParticleSystemTrailMode mode { get; set; }
Property Value
ratio
Declaration
public float ratio { get; set; }
Property Value
ribbonCount
Declaration
public int ribbonCount { get; set; }
Property Value
shadowBias
Declaration
public float shadowBias { get; set; }
Property Value
sizeAffectsLifetime
Declaration
public bool sizeAffectsLifetime { get; set; }
Property Value
sizeAffectsWidth
Declaration
public bool sizeAffectsWidth { get; set; }
Property Value
splitSubEmitterRibbons
Declaration
public bool splitSubEmitterRibbons { get; set; }
Property Value
textureMode
Declaration
public ParticleSystemTrailTextureMode textureMode { get; set; }
Property Value
textureScale
Declaration
public Vector2 textureScale { get; set; }
Property Value
widthOverTrail
Declaration
public ParticleSystemSharp.SharpMinMaxCurve widthOverTrail { get; set; }
Property Value
widthOverTrailMultiplier
Declaration
public float widthOverTrailMultiplier { get; set; }
Property Value
worldSpace
Declaration
public bool worldSpace { get; set; }
Property Value