Class ParticleSystemSharp.EmissionModuleSharp
Inheritance
object
ParticleSystemSharp.EmissionModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.EmissionModuleSharp
Properties
burstCount
Declaration
public int burstCount { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
rateOverDistance
Declaration
public ParticleSystemSharp.SharpMinMaxCurve rateOverDistance { get; set; }
Property Value
rateOverDistanceMultiplier
Declaration
public float rateOverDistanceMultiplier { get; set; }
Property Value
rateOverTime
Declaration
public ParticleSystemSharp.SharpMinMaxCurve rateOverTime { get; set; }
Property Value
rateOverTimeMultiplier
Declaration
public float rateOverTimeMultiplier { get; set; }
Property Value
Methods
GetBurst(int)
Declaration
public ParticleSystemSharp.Burst GetBurst(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
Returns
GetBursts(Burst[])
Declaration
public int GetBursts(ParticleSystemSharp.Burst[] bursts)
Parameters
| Type |
Name |
Description |
| Burst[] |
bursts |
|
Returns
SetBurst(int, Burst)
Declaration
public void SetBurst(int index, ParticleSystemSharp.Burst burst)
Parameters
SetBursts(Burst[])
Declaration
public void SetBursts(ParticleSystemSharp.Burst[] bursts)
Parameters
| Type |
Name |
Description |
| Burst[] |
bursts |
|
SetBursts(Burst[], int)
Declaration
public void SetBursts(ParticleSystemSharp.Burst[] bursts, int size)
Parameters
| Type |
Name |
Description |
| Burst[] |
bursts |
|
| int |
size |
|