Property | Type | Description | |
---|---|---|---|
thisType |
Method | Description | |
---|---|---|
GetLoadPriority ( ) : int |
获得声音资源的优先级
|
|
GetSoundResID ( ) : String |
获得声音名字
|
|
IsAllLoaded ( ) : bool |
判断声音资源是否被加载成功
|
|
Pause ( ) : void |
暂停播放声音
|
|
Play ( ) : void |
播放声音
|
|
SetSoundResID ( String name ) : void |
重载函数,设置声音名字
|
|
SetSoundResID ( String name, int loadpriority ) : void |
重载函数,设置声音名字
|
|
Stop ( ) : void |
停止播放声音
|
Method | Description | |
---|---|---|
SoundSource ( DummyClass__ dummy ) : System |
public SetSoundResID ( String name ) : void | ||
name | String | 声音名字 |
return | void |
public SetSoundResID ( String name, int loadpriority ) : void | ||
name | String | 声音名字 |
loadpriority | int | 优先级 |
return | void |