Class ParticleSystemSharp.SizeBySpeedModuleSharp
Inheritance
object
ParticleSystemSharp.SizeBySpeedModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.SizeBySpeedModuleSharp
Properties
enabled
Declaration
public bool enabled { get; set; }
Property Value
range
Declaration
public Vector2 range { get; set; }
Property Value
separateAxes
Declaration
public bool separateAxes { get; set; }
Property Value
size
Declaration
public ParticleSystemSharp.SharpMinMaxCurve size { get; set; }
Property Value
sizeMultiplier
Declaration
public float sizeMultiplier { 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