Class ParticleSystemSharp.RotationBySpeedModuleSharp
Inheritance
object
ParticleSystemSharp.RotationBySpeedModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.RotationBySpeedModuleSharp
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
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