C# Class ScriptRuntime.SoundSource

Inheritance: ScriptRuntime.Component
Afficher le fichier Open project: Genesis-3D/Genesis-3D Class Usage Examples

Méthodes publiques

Свойство Type Description
thisType System.Type

Méthodes publiques

Méthode Description
GetLoadPriority ( ) : int

获得声音资源的优先级

GetSoundResID ( ) : String

获得声音名字

IsAllLoaded ( ) : bool

判断声音资源是否被加载成功

Pause ( ) : void

暂停播放声音

Play ( ) : void

播放声音

SetSoundResID ( String name ) : void

重载函数,设置声音名字

SetSoundResID ( String name, int loadpriority ) : void

重载函数,设置声音名字

Stop ( ) : void

停止播放声音

Private Methods

Méthode Description
SoundSource ( DummyClass__ dummy ) : System

Method Details

GetLoadPriority() public méthode

获得声音资源的优先级
public GetLoadPriority ( ) : int
Résultat int

GetSoundResID() public méthode

获得声音名字
public GetSoundResID ( ) : String
Résultat String

IsAllLoaded() public méthode

判断声音资源是否被加载成功
public IsAllLoaded ( ) : bool
Résultat bool

Pause() public méthode

暂停播放声音
public Pause ( ) : void
Résultat void

Play() public méthode

播放声音
public Play ( ) : void
Résultat void

SetSoundResID() public méthode

重载函数,设置声音名字
public SetSoundResID ( String name ) : void
name String 声音名字
Résultat void

SetSoundResID() public méthode

重载函数,设置声音名字
public SetSoundResID ( String name, int loadpriority ) : void
name String 声音名字
loadpriority int 优先级
Résultat void

Stop() public méthode

停止播放声音
public Stop ( ) : void
Résultat void

Property Details

thisType public_oe static_oe property

音源组件的组件类型
public static Type,System thisType
Résultat System.Type