Game Framework
2021.05.31
首页
包
包
包函数
全部
a
c
d
f
g
h
i
l
n
p
r
s
t
u
函数
a
c
d
g
i
l
r
u
枚举
类
类列表
类索引
类继承关系
类成员
全部
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
函数
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
变量
c
e
r
s
属性
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
事件
c
d
h
l
n
o
p
r
s
u
w
•
全部
类
命名空间
函数
变量
枚举
枚举值
属性
事件
Public 成员函数
|
所有成员列表
ISoundHelper接口 参考
声音辅助器接口。
更多...
类 ISoundHelper 继承关系图:
Public 成员函数
void
ReleaseSoundAsset
(object soundAsset)
释放声音资源。
更多...
详细描述
声音辅助器接口。
成员函数说明
◆
ReleaseSoundAsset()
void ReleaseSoundAsset
(
object
soundAsset
)
释放声音资源。
参数
soundAsset
要释放的声音资源。
在
SoundHelperBase
, 以及
DefaultSoundHelper
内被实现.