|
@@ -4322,6 +4322,7 @@ Methods:
|
|
|
- void SetNumParticles(unsigned num)
|
|
- void SetNumParticles(unsigned num)
|
|
|
- void SetEmitting(bool enable)
|
|
- void SetEmitting(bool enable)
|
|
|
- void SetSerializeParticles(bool enable)
|
|
- void SetSerializeParticles(bool enable)
|
|
|
|
|
+- void SetAutoRemoveMode(AutoRemoveMode mode)
|
|
|
- void ResetEmissionTimer()
|
|
- void ResetEmissionTimer()
|
|
|
- void RemoveAllParticles()
|
|
- void RemoveAllParticles()
|
|
|
- void Reset()
|
|
- void Reset()
|
|
@@ -4330,6 +4331,7 @@ Methods:
|
|
|
- unsigned GetNumParticles() const
|
|
- unsigned GetNumParticles() const
|
|
|
- bool IsEmitting() const
|
|
- bool IsEmitting() const
|
|
|
- bool GetSerializeParticles() const
|
|
- bool GetSerializeParticles() const
|
|
|
|
|
+- AutoRemoveMode GetAutoRemoveMode() const
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
|
|
|
|
|
@@ -4337,6 +4339,7 @@ Properties:
|
|
|
- unsigned numParticles
|
|
- unsigned numParticles
|
|
|
- bool emitting
|
|
- bool emitting
|
|
|
- bool serializeParticles
|
|
- bool serializeParticles
|
|
|
|
|
+- AutoRemoveMode autoRemoveMode
|
|
|
|
|
|
|
|
<a name="Class_ParticleEmitter2D"></a>
|
|
<a name="Class_ParticleEmitter2D"></a>
|
|
|
### ParticleEmitter2D : Drawable2D
|
|
### ParticleEmitter2D : Drawable2D
|
|
@@ -5695,7 +5698,7 @@ Methods:
|
|
|
- void SetGain(float gain)
|
|
- void SetGain(float gain)
|
|
|
- void SetAttenuation(float attenuation)
|
|
- void SetAttenuation(float attenuation)
|
|
|
- void SetPanning(float panning)
|
|
- void SetPanning(float panning)
|
|
|
-- void SetAutoRemove(bool enable)
|
|
|
|
|
|
|
+- void SetAutoRemoveMode(AutoRemoveMode mode)
|
|
|
- Sound* GetSound() const
|
|
- Sound* GetSound() const
|
|
|
- String GetSoundType() const
|
|
- String GetSoundType() const
|
|
|
- float GetTimePosition() const
|
|
- float GetTimePosition() const
|
|
@@ -5703,7 +5706,7 @@ Methods:
|
|
|
- float GetGain() const
|
|
- float GetGain() const
|
|
|
- float GetAttenuation() const
|
|
- float GetAttenuation() const
|
|
|
- float GetPanning() const
|
|
- float GetPanning() const
|
|
|
-- bool GetAutoRemove() const
|
|
|
|
|
|
|
+- AutoRemoveMode GetAutoRemoveMode() const
|
|
|
- bool IsPlaying() const
|
|
- bool IsPlaying() const
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
@@ -5715,7 +5718,7 @@ Properties:
|
|
|
- float gain
|
|
- float gain
|
|
|
- float attenuation
|
|
- float attenuation
|
|
|
- float panning
|
|
- float panning
|
|
|
-- bool autoRemove
|
|
|
|
|
|
|
+- AutoRemoveMode autoRemoveMode
|
|
|
- bool playing (readonly)
|
|
- bool playing (readonly)
|
|
|
|
|
|
|
|
<a name="Class_SoundSource3D"></a>
|
|
<a name="Class_SoundSource3D"></a>
|
|
@@ -7573,6 +7576,12 @@ Properties:
|
|
|
- int ABM_LERP
|
|
- int ABM_LERP
|
|
|
- int ABM_ADDITIVE
|
|
- int ABM_ADDITIVE
|
|
|
|
|
|
|
|
|
|
+### AutoRemoveMode
|
|
|
|
|
+
|
|
|
|
|
+- int REMOVE_DISABLED
|
|
|
|
|
+- int REMOVE_COMPONENT
|
|
|
|
|
+- int REMOVE_NODE
|
|
|
|
|
+
|
|
|
### BlendMode
|
|
### BlendMode
|
|
|
|
|
|
|
|
- int BLEND_REPLACE
|
|
- int BLEND_REPLACE
|
|
@@ -7719,7 +7728,6 @@ Properties:
|
|
|
- int FC_ROTATE_Y
|
|
- int FC_ROTATE_Y
|
|
|
- int FC_LOOKAT_XYZ
|
|
- int FC_LOOKAT_XYZ
|
|
|
- int FC_LOOKAT_Y
|
|
- int FC_LOOKAT_Y
|
|
|
-- int FC_DIRECTION
|
|
|
|
|
|
|
|
|
|
### FaceCameraMode
|
|
### FaceCameraMode
|
|
|
|
|
|
|
@@ -7728,6 +7736,7 @@ Properties:
|
|
|
- int FC_ROTATE_Y
|
|
- int FC_ROTATE_Y
|
|
|
- int FC_LOOKAT_XYZ
|
|
- int FC_LOOKAT_XYZ
|
|
|
- int FC_LOOKAT_Y
|
|
- int FC_LOOKAT_Y
|
|
|
|
|
+- int FC_DIRECTION
|
|
|
|
|
|
|
|
### FileMode
|
|
### FileMode
|
|
|
|
|
|