Candide.Sound.FadingAudioEventsHandler
Type JSONpublic class in Candide.Sound
Type metadata
- Assembly
Romestead - Namespace
Candide.Sound - Base type
System.Object - Hash
D7A7D93172D2C6D240DFD932F9C9B0A9AED0593FDC367559E8D4C17C7FD72C99
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
CurrentTrack# | public | public Candide.Sound.FadingAudioEvent CurrentTrack |
OutFadingAudioEvents# | public | public System.Collections.Generic.List<Candide.Sound.FadingAudioEvent> OutFadingAudioEvents |
SoundFadeTime# | private | private System.Single SoundFadeTime |
Methods
FadeOutCurrentTrack
#
public System.Void FadeOutCurrentTrack()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
E8ECAFD2A452C134B37745B9270E7BC83F1955CF45C08224FAFBE35C0BCE8963 - Body hash
2E1A49E3F4124C7194328BB6998D42EF08071A701DC85A85716F64DAA3BEFF45 - IL size121
Referenced calls
Candide.Sound.AudioEvent.AudioEvent::get_CurrentVolume()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::Add(!0)
SetTrack
#
public System.Void SetTrack(Candide.Sound.FadingTrackArgs args)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
EB3497D9509EFE08A75A3419FF8DFA97DA7A2CFBE4FCC4F4F6D9475245625D90 - Body hash
6C1FA61E52546B0B258CECE6ADA1C9AA860FD75755DFE47821D2A0CF7976E1C4 - IL size409
Referenced calls
System.Nullable<System.Single>::GetValueOrDefault(!0)System.String::op_Equality(System.String, System.String)System.String::IsNullOrEmpty(System.String)System.Math::Abs(System.Single)Candide.Sound.AudioEvent.AudioEvent::get_CurrentVolume()Candide.Sound.FadingAudioEventsHandler::FadeOutCurrentTrack()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::GetEnumerator()List.Enumerator<Candide.Sound.FadingAudioEvent>::get_Current()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::Remove(!0)List.Enumerator<Candide.Sound.FadingAudioEvent>::MoveNext()System.IDisposable::Dispose()Candide.Sound.AudioEventArgs::.ctor(System.String, System.Boolean, System.Single, System.Single)Candide.Sound.AudioEventFactory::CreateAudioEvent(Candide.Sound.AudioEventArgs, System.Boolean, System.Boolean, Shared.Entity.EntityWrapper)Candide.Sound.FadingAudioEvent::.ctor()
StopAll
#
public System.Void StopAll()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
518A0CBFA13D9494CB56AE7029B8BE5D32FC9113B974A6232FF4A82235426C57 - Body hash
E8D23D82DE875F42475387E1E5EE00D6F734BC21FD05B62921853F021EB511A1 - IL size97
Referenced calls
Candide.Sound.AudioEvent.AudioEvent::Unload()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::GetEnumerator()List.Enumerator<Candide.Sound.FadingAudioEvent>::get_Current()List.Enumerator<Candide.Sound.FadingAudioEvent>::MoveNext()System.IDisposable::Dispose()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::Clear()
Update
#
public System.Void Update(System.Double dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
57D1793979B213AA64ECE81AFDAA0ED2E80E0BDFB706E631E816986AEF542728 - Body hash
A337171D5C600E90AD6D5A44081303C9D7419E13415A5378B627A87D50687349 - IL size128
Referenced calls
Candide.Sound.FadingAudioEvent::Update(System.Double)System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::get_Count()System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::GetEnumerator()List.Enumerator<Candide.Sound.FadingAudioEvent>::get_Current()List.Enumerator<Candide.Sound.FadingAudioEvent>::MoveNext()System.IDisposable::Dispose()FadingAudioEventsHandler.<>c::<Update>b__6_0(Candide.Sound.FadingAudioEvent)System.Predicate<Candide.Sound.FadingAudioEvent>::.ctor(System.Object, System.IntPtr)System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::RemoveAll(System.Predicate<!0>)