Romestead Assembly Reference

Candide.CandideUI.Components.Displays.Spinner

Type JSON

public class in Candide.CandideUI.Components.Displays

Methods3
Properties1
Fields5
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.CandideUI.Components.Displays
  • Base typeCandide.CandideUI.CandideUiElement
  • Hash06E178D26F6E11EF5C33448D2AA05CB66D92EAAB6A50D8C63E4EA9B529FA5397

Relationships

Fields

NameVisibilitySignature
SpinnerSheetprivateprivate CandideCreator.Shared.Graphics.SpriteSheet SpinnerSheet
_delayUntilVisibleprivateprivate System.Single _delayUntilVisible
_internalVisibleprivateprivate System.Boolean _internalVisible
_rotationprivateprivate System.Single _rotation
_timerprivateprivate System.Single _timer

Properties

NameVisibilitySignature
Visiblepublicpublic System.Boolean Visible

Methods

InternalDraw

protected System.Void InternalDraw(Candide.CandideUI.UiRenderContext context)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash7D5342E770497FF30AC41C3DA5D93574221AB3B19623CA2E97AE7BB0F66DB4CE
  • Body hashC1EE3E00B385CA2750158605D48BDEA2CFB6261410352D89E7865A9076D251A0
  • IL size78
Referenced calls

InternalMeasure

protected Microsoft.Xna.Framework.Vector2 InternalMeasure(Microsoft.Xna.Framework.Vector2 availableSize)

Method metadata
  • Visibilityprotected
  • Return typeMicrosoft.Xna.Framework.Vector2
  • StaticFalse
  • VirtualTrue
  • Hash0F1074D0D8A3A371F47E82453F65F47A365B4F60CBDB4756D3479C16B90BF7B3
  • Body hashA98DE98972A369C49A82E06852BE56E3E4FFBF0A36A36218AD0C6C985181BE90
  • IL size39
Referenced calls
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Candide.CandideUI.CandideUiSystem::get_Scale()
  • Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, System.Single)

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash36B70A3CA72FE08B5C08D22587E779BE6ACC015B05F99B8D533500E09BE9F2F7
  • Body hash55C623DF453DD5A0A02622DA5D43FE02ECAB9ECC07D6365727476965209C4897
  • IL size73
Referenced calls
  • Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()
  • System.TimeSpan::get_TotalSeconds()
  • Candide.CandideUI.CandideUiElement::set_Visible(System.Boolean)