Class ParticleSystemSharp.ForceOverLifetimeModuleSharp
Inheritance
object
ParticleSystemSharp.ForceOverLifetimeModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.ForceOverLifetimeModuleSharp
Properties
enabled
Declaration
public bool enabled { get; set; }
Property Value
randomized
Declaration
public bool randomized { get; set; }
Property Value
space
Declaration
public ParticleSystemSimulationSpace space { get; set; }
Property Value
x
Declaration
public ParticleSystemSharp.SharpMinMaxCurve x { get; set; }
Property Value
xMultiplier
Declaration
public float xMultiplier { get; set; }
Property Value
y
Declaration
public ParticleSystemSharp.SharpMinMaxCurve y { get; set; }
Property Value
yMultiplier
Declaration
public float yMultiplier { get; set; }
Property Value
z
Declaration
public ParticleSystemSharp.SharpMinMaxCurve z { get; set; }
Property Value
zMultiplier
Declaration
public float zMultiplier { get; set; }
Property Value