We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseSoundComponent
I want to be able to check certain properties on a sound currently playing on a SoundPointComponent, such as Amplitude, IsPlaying and IsFinished.
SoundPointComponent
Amplitude
IsPlaying
IsFinished
These properties are not currently accessible.
Either the sound handle should be exposed or those properties should have access points in the BaseSoundComponent class.
The text was updated successfully, but these errors were encountered:
The goal is to not expose sound handle outside these classes
Sorry, something went wrong.
Even if the sound handle shouldn't be exposed we should at least be able to read the amplitude and IsPlaying/IsFinished state of the sound component.
Yep
No branches or pull requests
What it is?
I want to be able to check certain properties on a sound currently playing on a
SoundPointComponent
, such asAmplitude
,IsPlaying
andIsFinished
.These properties are not currently accessible.
What should it be?
Either the sound handle should be exposed or those properties should have access points in the
BaseSoundComponent
class.The text was updated successfully, but these errors were encountered: