프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Channels | Microsoft.Xna.Framework.Audio.SoundEffectInstance[] |
메소드 | 설명 | |
---|---|---|
Get ( string Path ) : |
||
Initialize ( int Channels ) : void | ||
Load ( string Path ) : void | ||
Loop ( ushort Channel, bool Value ) : bool | ||
Looped ( ushort Channel ) : bool? | ||
Pause ( string Path ) : bool | ||
Pause ( ushort Channel ) : bool | ||
Play ( string Path ) : ushort? | ||
Play ( string Path, bool Loop ) : ushort? | ||
Play ( string Path, bool Loop, float Volume ) : ushort? | ||
Stop ( string Path ) : bool | ||
Stop ( ushort Channel ) : bool | ||
Unload ( string Path ) : void | ||
Volume ( ushort Channel, float Value ) : bool | ||
Volume ( ushort Channel ) : float? |
public static Get ( string Path ) : |
||
Path | string | |
리턴 |
public static Loop ( ushort Channel, bool Value ) : bool | ||
Channel | ushort | |
Value | bool | |
리턴 | bool |
public static Play ( string Path, bool Loop ) : ushort? | ||
Path | string | |
Loop | bool | |
리턴 | ushort? |
public static Play ( string Path, bool Loop, float Volume ) : ushort? | ||
Path | string | |
Loop | bool | |
Volume | float | |
리턴 | ushort? |
public static Volume ( ushort Channel, float Value ) : bool | ||
Channel | ushort | |
Value | float | |
리턴 | bool |