You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlayAudioCommand can be accessed by using AudioChannel::play, but the type is hidden behind the private audio module.
Also, this type is not showing up in docs.rs, so to know its methods you have to go to the source code in the repo. You can't even go to the source code through docs.rs.
The text was updated successfully, but these errors were encountered:
PlayAudioCommand
can be accessed by usingAudioChannel::play
, but the type is hidden behind the privateaudio
module.Also, this type is not showing up in docs.rs, so to know its methods you have to go to the source code in the repo. You can't even go to the source code through docs.rs.
The text was updated successfully, but these errors were encountered: