Detach this behavior from the GameObject it is attached to.
The GameObject to detach this behavior from.
Gets the current timestamp of the audio.
The current timestamp of the audio.
Protected
observeProtected
Observe a LogicBehavior and call the observer function when the data changes.
Protected
onProtected
onMethod to reinitialize the behavior
Sets the audio to play.
The URL of the audio file.
Like onEnable, but should only be for internal use, so some non-abstact direct behaviors could expose attachedOn to the user.
The GameObject this behavior is attached to.
Sets the volume of the audio.
a float between 0 and 1.
Protected
tickProtected
Called every frame. Override this method to add custom behavior.
The time in seconds since the last frame.
AudioBehavior is a behavior that allows for the playback of audio files for a game object. It uses the Web Audio API to play audio files.