Romestead Assembly Reference

Candide.Sound.FadingAudioEventsHandler

Type JSON

public class in Candide.Sound

Methods4
Properties0
Fields3
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Sound
  • Base typeSystem.Object
  • HashD7A7D93172D2C6D240DFD932F9C9B0A9AED0593FDC367559E8D4C17C7FD72C99

Relationships

Fields

NameVisibilitySignature
CurrentTrackpublicpublic Candide.Sound.FadingAudioEvent CurrentTrack
OutFadingAudioEventspublicpublic System.Collections.Generic.List<Candide.Sound.FadingAudioEvent> OutFadingAudioEvents
SoundFadeTimeprivateprivate System.Single SoundFadeTime

Methods

FadeOutCurrentTrack

public System.Void FadeOutCurrentTrack()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashE8ECAFD2A452C134B37745B9270E7BC83F1955CF45C08224FAFBE35C0BCE8963
  • Body hash2E1A49E3F4124C7194328BB6998D42EF08071A701DC85A85716F64DAA3BEFF45
  • IL size121
Referenced calls
  • Candide.Sound.AudioEvent.AudioEvent::get_CurrentVolume()
  • System.Collections.Generic.List<Candide.Sound.FadingAudioEvent>::Add(!0)
Called by

SetTrack

public System.Void SetTrack(Candide.Sound.FadingTrackArgs args)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashEB3497D9509EFE08A75A3419FF8DFA97DA7A2CFBE4FCC4F4F6D9475245625D90
  • Body hash6C1FA61E52546B0B258CECE6ADA1C9AA860FD75755DFE47821D2A0CF7976E1C4
  • IL size409
Referenced calls
Called by

StopAll

public System.Void StopAll()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash518A0CBFA13D9494CB56AE7029B8BE5D32FC9113B974A6232FF4A82235426C57
  • Body hashE8D23D82DE875F42475387E1E5EE00D6F734BC21FD05B62921853F021EB511A1
  • 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()
Called by

Update

public System.Void Update(System.Double dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash57D1793979B213AA64ECE81AFDAA0ED2E80E0BDFB706E631E816986AEF542728
  • Body hashA337171D5C600E90AD6D5A44081303C9D7419E13415A5378B627A87D50687349
  • 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>)
Called by