|
@@ -70,7 +70,7 @@ public:
|
|
|
void SetAttenuation(float attenuation);
|
|
void SetAttenuation(float attenuation);
|
|
|
/// Set stereo panning. -1.0 is full left and 1.0 is full right.
|
|
/// Set stereo panning. -1.0 is full left and 1.0 is full right.
|
|
|
void SetPanning(float panning);
|
|
void SetPanning(float panning);
|
|
|
- /// Set whether sound source will be automatically removed from the scene node when playback stops. Note: this is deprecated, consider subscribing to the SoundFinished event instead.
|
|
|
|
|
|
|
+ /// \deprecated Set whether sound source will be automatically removed from the scene node when playback stops. Note: this is deprecated, consider subscribing to the SoundFinished event instead.
|
|
|
URHO3D_DEPRECATED void SetAutoRemove(bool enable);
|
|
URHO3D_DEPRECATED void SetAutoRemove(bool enable);
|
|
|
/// Set new playback position.
|
|
/// Set new playback position.
|
|
|
void SetPlayPosition(signed char* pos);
|
|
void SetPlayPosition(signed char* pos);
|
|
@@ -99,7 +99,7 @@ public:
|
|
|
/// Return stereo panning.
|
|
/// Return stereo panning.
|
|
|
float GetPanning() const { return panning_; }
|
|
float GetPanning() const { return panning_; }
|
|
|
|
|
|
|
|
- /// Return autoremove mode.
|
|
|
|
|
|
|
+ /// \deprecated Return autoremove mode.
|
|
|
URHO3D_DEPRECATED bool GetAutoRemove() const { return autoRemove_; }
|
|
URHO3D_DEPRECATED bool GetAutoRemove() const { return autoRemove_; }
|
|
|
|
|
|
|
|
/// Return whether is playing.
|
|
/// Return whether is playing.
|