Class ParticleSystemSharp.MainModuleSharp
Inheritance
object
ParticleSystemSharp.MainModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.MainModuleSharp
Properties
cullingMode
Declaration
public ParticleSystemCullingMode cullingMode { get; set; }
Property Value
customSimulationSpace
Declaration
public Transform customSimulationSpace { get; set; }
Property Value
duration
Declaration
public float duration { get; set; }
Property Value
emitterVelocity
Declaration
public Vector3 emitterVelocity { get; set; }
Property Value
emitterVelocityMode
Declaration
public ParticleSystemEmitterVelocityMode emitterVelocityMode { get; set; }
Property Value
flipRotation
Declaration
public float flipRotation { get; set; }
Property Value
gravityModifier
Declaration
public ParticleSystemSharp.SharpMinMaxCurve gravityModifier { get; set; }
Property Value
gravityModifierMultiplier
Declaration
public float gravityModifierMultiplier { get; set; }
Property Value
gravitySource
Declaration
public ParticleSystemGravitySource gravitySource { get; set; }
Property Value
loop
Declaration
public bool loop { get; set; }
Property Value
maxParticles
Declaration
public int maxParticles { get; set; }
Property Value
playOnAwake
Declaration
public bool playOnAwake { get; set; }
Property Value
prewarm
Declaration
public bool prewarm { get; set; }
Property Value
ringBufferLoopRange
Declaration
public Vector2 ringBufferLoopRange { get; set; }
Property Value
ringBufferMode
Declaration
public ParticleSystemRingBufferMode ringBufferMode { get; set; }
Property Value
scalingMode
Declaration
public ParticleSystemScalingMode scalingMode { get; set; }
Property Value
simulationSpace
Declaration
public ParticleSystemSimulationSpace simulationSpace { get; set; }
Property Value
simulationSpeed
Declaration
public float simulationSpeed { get; set; }
Property Value
startColor
Declaration
public ParticleSystemSharp.SharpMinMaxGradient startColor { get; set; }
Property Value
startDelay
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startDelay { get; set; }
Property Value
startDelayMultiplier
Declaration
public float startDelayMultiplier { get; set; }
Property Value
startLifetime
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startLifetime { get; set; }
Property Value
startLifetimeMultiplier
Declaration
public float startLifetimeMultiplier { get; set; }
Property Value
startRotation
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startRotation { get; set; }
Property Value
startRotation3D
Declaration
public bool startRotation3D { get; set; }
Property Value
startRotationMultiplier
Declaration
public float startRotationMultiplier { get; set; }
Property Value
startRotationX
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startRotationX { get; set; }
Property Value
startRotationXMultiplier
Declaration
public float startRotationXMultiplier { get; set; }
Property Value
startRotationY
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startRotationY { get; set; }
Property Value
startRotationYMultiplier
Declaration
public float startRotationYMultiplier { get; set; }
Property Value
startRotationZ
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startRotationZ { get; set; }
Property Value
startRotationZMultiplier
Declaration
public float startRotationZMultiplier { get; set; }
Property Value
startSize
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startSize { get; set; }
Property Value
startSize3D
Declaration
public bool startSize3D { get; set; }
Property Value
startSizeMultiplier
Declaration
public float startSizeMultiplier { get; set; }
Property Value
startSizeX
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startSizeX { get; set; }
Property Value
startSizeXMultiplier
Declaration
public float startSizeXMultiplier { get; set; }
Property Value
startSizeY
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startSizeY { get; set; }
Property Value
startSizeYMultiplier
Declaration
public float startSizeYMultiplier { get; set; }
Property Value
startSizeZ
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startSizeZ { get; set; }
Property Value
startSizeZMultiplier
Declaration
public float startSizeZMultiplier { get; set; }
Property Value
startSpeed
Declaration
public ParticleSystemSharp.SharpMinMaxCurve startSpeed { get; set; }
Property Value
startSpeedMultiplier
Declaration
public float startSpeedMultiplier { get; set; }
Property Value
stopAction
Declaration
public ParticleSystemStopAction stopAction { get; set; }
Property Value
useUnscaledTime
Declaration
public bool useUnscaledTime { get; set; }
Property Value