Class ParticleSystemSharp.LightsModuleSharp
Inheritance
object
ParticleSystemSharp.LightsModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.LightsModuleSharp
Properties
alphaAffectsIntensity
Declaration
public bool alphaAffectsIntensity { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
intensity
Declaration
public ParticleSystemSharp.SharpMinMaxCurve intensity { get; set; }
Property Value
intensityMultiplier
Declaration
public float intensityMultiplier { get; set; }
Property Value
light
Declaration
public Light light { get; set; }
Property Value
maxLights
Declaration
public int maxLights { get; set; }
Property Value
range
Declaration
public ParticleSystemSharp.SharpMinMaxCurve range { get; set; }
Property Value
rangeMultiplier
Declaration
public float rangeMultiplier { get; set; }
Property Value
ratio
Declaration
public float ratio { get; set; }
Property Value
sizeAffectsRange
Declaration
public bool sizeAffectsRange { get; set; }
Property Value
useParticleColor
Declaration
public bool useParticleColor { get; set; }
Property Value
useRandomDistribution
Declaration
public bool useRandomDistribution { get; set; }
Property Value