|
My Project v1
Project
|

Public 类型 | |
| enum | Mix { None , Menu , InGame , Other } |
静态 Public 成员函数 | |
| static void | ChangeMenuMusic () |
| static void | Update () |
| static void | Initialize () |
| static void | PlayMusic (string name, float startPercentage) |
| static void | StopMusic () |
静态 Public 属性 | |
| const float | m_fadeSpeed = 0.33f |
| const float | m_fadeWait = 2f |
| static StreamingSound | m_fadeSound |
| static StreamingSound | m_sound |
| static double | m_fadeStartTime |
| static Mix | m_currentMix |
| static double | m_nextSongTime |
| static Random | m_random = new() |
| static ? float | m_volume = null |
属性 | |
| static Mix | CurrentMix [get, set] |
| static bool | IsPlaying [get] |
| static float | Volume [get, set] |
|
static |


|
static |


|
static |


|
static |

|
static |


|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticgetset |
|
staticget |
|
staticgetset |