Candide.Sound.FadingAudioEvent
Type JSONpublic class in Candide.Sound
Type metadata
- Assembly
Romestead - Namespace
Candide.Sound - Base type
System.Object - Hash
4E7B477E779E010B46300033FFB1F7DCE518C22CF112E0B47F6A35839A50F616
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
AudioEvent# | public | public Candide.Sound.AudioEvent.AudioEvent AudioEvent |
CurrentFadeTimer# | public | public System.Double CurrentFadeTimer |
EndVolume# | public | public System.Single EndVolume |
FadeTime# | public | public System.Single FadeTime |
FadingDone# | public | public System.Boolean FadingDone |
StartVolume# | public | public System.Single StartVolume |
Methods
Update
#
public System.Void Update(System.Double dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
B4B3AC356F05D5FF25F78906DDDD74CDE1B57A09324DDF95CDEE29DABBA9E2D6 - Body hash
64BCADD943E93B8B43DA807B16746A261C5B2BBA0FEB00A890677D79FE4D07F5 - IL size190
Referenced calls
System.Math::Max(System.Double, System.Double)Microsoft.Xna.Framework.MathHelper::Lerp(System.Single, System.Single, System.Single)Candide.Sound.AudioEvent.AudioEvent::SetVolume(System.Single)Candide.Sound.AudioEvent.AudioEvent::Unload()