Свойство | Тип | Описание | |
---|---|---|---|
SourceVolume | float | ||
TargetVolume | float |
Метод | Описание | |
---|---|---|
GetVolume ( ) : float | ||
MusicFadeEffect ( float sourceVolume, float targetVolume, System.TimeSpan duration ) : System | ||
Update ( System.TimeSpan time ) : bool |
public MusicFadeEffect ( float sourceVolume, float targetVolume, System.TimeSpan duration ) : System | ||
sourceVolume | float | |
targetVolume | float | |
duration | System.TimeSpan | |
Результат | System |
public Update ( System.TimeSpan time ) : bool | ||
time | System.TimeSpan | |
Результат | bool |