tubao
Preparing search index...
tubao
sound
BaseSound
Class BaseSound
Created by yangsong on 15-1-14. Sound基类
Hierarchy (
View Summary
)
BaseSound
bg
effect
Index
Constructors
constructor
Properties
_cache
_loading
Cache
Methods
check
Can
Clear
get
Sound
loaded
Play
Constructors
constructor
new
BaseSound
()
:
BaseSound
构造函数
Returns
BaseSound
Properties
_cache
_cache
:
any
_loading
Cache
_loadingCache
:
string
[]
Methods
check
Can
Clear
checkCanClear
(
key
:
string
)
:
boolean
检测一个文件是否要清除,子类重写
Parameters
key
:
string
Returns
boolean
get
Sound
getSound
(
key
:
string
)
:
Sound
获取Sound
Parameters
key
:
string
Returns
Sound
loaded
Play
loadedPlay
(
key
:
string
)
:
void
资源加载完成后处理播放,子类重写
Parameters
key
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_cache
_loading
Cache
Methods
check
Can
Clear
get
Sound
loaded
Play
tubao
Loading...
Created by yangsong on 15-1-14. Sound基类