Candide.Sound.AudioWorld
Type JSONpublic class in Candide.Sound
Type metadata
- Assembly
Romestead - Namespace
Candide.Sound - Base type
System.Object - Interfaces
System.IDisposable - Hash
0548A15DEFE3F487AFBEA36C6BD583A104484E931A3D1F1370BF5E8BA6ED7F26
Relationships
Base type
System.Object
Interfaces
System.IDisposable
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
AmbienceTrack# | public | public CandideCreator.Shared.Models.WorldAudioTrack AmbienceTrack |
AudioReverbLevel# | public | public CandideCreator.Shared.Models.WorldAudioReverbLevel AudioReverbLevel |
Debugging# | public | public System.Boolean Debugging |
MusicTrack# | public | public CandideCreator.Shared.Models.WorldAudioTrack MusicTrack |
Properties
| Name | Visibility | Signature |
|---|---|---|
AudioSources# | public | public System.Collections.Generic.List<Candide.Sound.AudioSource> AudioSources |
Methods
Clone
#
public Candide.Sound.AudioWorld Clone()
Method metadata
- Visibilitypublic
- Return type
Candide.Sound.AudioWorld - StaticFalse
- VirtualFalse
- Hash
19DAC5F07768A55F5F35A0634A7A8708CFB5592677C65A77863F086872941510 - Body hash
8983946BF4B24BE4C692CB81F5E4BD90BD8CEF4AF88074F52CE375C5BDB43A5B - IL size12
Referenced calls
Candide.Sound.AudioWorld::get_AudioSources()Candide.Sound.AudioWorld::.ctor(System.Collections.Generic.List<Candide.Sound.AudioSource>)
CreateImGui
#
internal System.Void CreateImGui()
Method metadata
- Visibilityinternal
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
E03A4599C466E7A54926E45D8D420FF5D00F26DD49E4C3925CBDABDF331969C5 - Body hash
D6DE34583F7B520495320F60F9DFD924347F4F09971C8841259A9F96206DDEB7 - IL size37
Referenced calls
ImGuiNET.ImGui::PushItemWidth(System.Single)System.String::op_Implicit(System.String)ImGuiNET.ImGui::Checkbox(System.ReadOnlySpan<System.Char>, System.Boolean&)ImGuiNET.ImGui::PopItemWidth()
String literals
Show debug markers
Dispose
#
public System.Void Dispose()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
16193D44B39713ED36DDEF8BB7DDBBCE5A5F941013818561F9A5E369E0B2AB60 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
Called by
Load
#
public System.Void Load()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
79437A0294337DEF1419C486D4AD83B68F9838657DCACDD2094B4B2BF765C2FC - Body hash
CA51710C10D61DA665416ED97F6521ED9A9C2FCDD04AD8A3E73BF7C5AB9DA753 - IL size66
Referenced calls
Candide.Sound.SoundPlayer::SetSfxReverb(System.Boolean)Candide.Sound.AudioWorld::get_AudioSources()System.Collections.Generic.List<Candide.Sound.AudioSource>::GetEnumerator()List.Enumerator<Candide.Sound.AudioSource>::get_Current()Candide.Sound.AudioSource::Load()List.Enumerator<Candide.Sound.AudioSource>::MoveNext()System.IDisposable::Dispose()
Called by
Unload
#
public System.Void Unload()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
DEA996915224E63ADE4EFB51F5793ACCD546C4333C516CCBD3835E9C8CEA2C0F - Body hash
A2137F83A08E04325E6A23DFEEA19D828311E89571893AE7CA0CFFB8CF3F4686 - IL size52
Referenced calls
Candide.Sound.AudioWorld::get_AudioSources()System.Collections.Generic.List<Candide.Sound.AudioSource>::GetEnumerator()List.Enumerator<Candide.Sound.AudioSource>::get_Current()Candide.Sound.AudioSource::Unload()List.Enumerator<Candide.Sound.AudioSource>::MoveNext()System.IDisposable::Dispose()
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
7BB0871014351171D50B2970623102F212C36AC19DF3612418742C304942AF7B - Body hash
A81D457BD3F59436E4D24C7A8AAC668E53F93EB6590AC7FB8138FC2776AC77DC - IL size104
Referenced calls
Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.Sound.AudioWorld::get_AudioSources()System.Collections.Generic.List<Candide.Sound.AudioSource>::GetEnumerator()List.Enumerator<Candide.Sound.AudioSource>::get_Current()Candide.Sound.AudioSource::get_AudioEvent()Candide.Sound.AudioEvent.AudioEvent::GetPosition()CandideCreator.Shared.Graphics.VisualDebug::Circle(Microsoft.Xna.Framework.Vector2, System.Single, System.Single)Candide.Sound.AudioSource::Update(System.Single)List.Enumerator<Candide.Sound.AudioSource>::MoveNext()System.IDisposable::Dispose()