Property | Type | Description | |
---|---|---|---|
SourceVolume | float | ||
TargetVolume | float |
Method | Description | |
---|---|---|
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 | |
return | System |
public Update ( System.TimeSpan time ) : bool | ||
time | System.TimeSpan | |
return | bool |