sqrk
Preparing search index...
SoundManager
Class SoundManager
Index
Constructors
constructor
Properties
game
next
Net
Id
sounds
attribute
Packet
Mapping
Methods
new
Sound
send
Sound
Definitions
Constructors
constructor
new
SoundManager
(
game
:
any
)
:
SoundManager
Parameters
game
:
any
Returns
SoundManager
Properties
game
game
:
any
next
Net
Id
nextNetId
:
number
sounds
sounds
:
Set
<
any
>
Static
attribute
Packet
Mapping
attributePacketMapping
:
{
is3D
:
string
[]
;
isGlobal
:
string
[]
;
loop
:
string
[]
;
pitch
:
string
[]
;
playbackPosition
:
string
[]
;
range
:
string
[]
;
volume
:
string
[]
;
}
= ...
Methods
new
Sound
newSound
(
sound
:
any
)
:
void
Parameters
sound
:
any
Returns
void
send
Sound
Definitions
sendSoundDefinitions
(
player
:
any
,
sounds
?:
any
[]
)
:
void
Parameters
player
:
any
sounds
:
any
[]
= ...
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
game
next
Net
Id
sounds
attribute
Packet
Mapping
Methods
new
Sound
send
Sound
Definitions
sqrk
Loading...