Property | Type | Description | |
---|---|---|---|
Channel | ushort? | ||
MaxVolume | byte | ||
Path | string | ||
Time | double | ||
Type | Types |
Method | Description | |
---|---|---|
Play ( bool Loop, float Volume ) : void | ||
Play ( float Volume ) : void | ||
Sound ( string Path, Types Type ) : System | ||
Stop ( ) : void | ||
Update ( |
public Play ( bool Loop, float Volume ) : void | ||
Loop | bool | |
Volume | float | |
return | void |
public Sound ( string Path, Types Type ) : System | ||
Path | string | |
Type | Types | |
return | System |
public Update ( |
||
Time | ||
return | void |