Romestead Assembly Reference

Candide.CandideUI.Windows.AuraWindow

Type JSON

public class in Candide.CandideUI.Windows

Methods2
Properties0
Fields3
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
MaxVisibleAuraspublicpublic System.Int32 MaxVisibleAuras
_auraBuffHoldersprivateprivate System.Collections.Generic.List<Candide.CandideUI.Components.Holder.AuraHolder> _auraBuffHolders
_auraDebuffHoldersprivateprivate System.Collections.Generic.List<Candide.CandideUI.Components.Holder.AuraHolder> _auraDebuffHolders

Methods

GetFocusable

public Candide.CandideUI.CandideUiElement GetFocusable()

Method metadata
  • Visibilitypublic
  • Return typeCandide.CandideUI.CandideUiElement
  • StaticFalse
  • VirtualTrue
  • Hash88ACC9C505BF81CD0AC030A41B7650F847400CF2A7656440AEF112A443C400BA
  • Body hashAE76C39D2039063323310B19B3E2663FFA6694D6BC1F099933ECD973F5E4790D
  • IL size2

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash24451BCED3EB076F16EC5F61E18A3A45DE1E445F14FA107D8C995ABE278D7931
  • Body hashA532CE578FDC9102BCE9D1FFA51A85E6F9DAEE5812FEC5FB666F8E76D61D4E63
  • IL size227
Referenced calls
  • Candide.CandideUI.Containers.CandideWindow::Update(Microsoft.Xna.Framework.GameTime)
  • System.Collections.Generic.List<Candide.CandideUI.Components.Holder.AuraHolder>::GetEnumerator()
  • List.Enumerator<Candide.CandideUI.Components.Holder.AuraHolder>::get_Current()
  • Candide.CandideUI.Components.Holder.AuraHolder::set_AuraInstance(Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>)
  • List.Enumerator<Candide.CandideUI.Components.Holder.AuraHolder>::MoveNext()
  • System.IDisposable::Dispose()
  • Candide.CandideUI.Windows.AuraWindow::<Update>g__UpdateAuraInstances|4_0(System.Collections.Generic.List<Candide.CandideUI.Components.Holder.AuraHolder>, System.Boolean, AuraWindow.<>c__DisplayClass4_0&)