Candide.CandideUI.Components.Displays.Spinner
Type JSONpublic class in Candide.CandideUI.Components.Displays
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Components.Displays - Base type
Candide.CandideUI.CandideUiElement - Hash
06E178D26F6E11EF5C33448D2AA05CB66D92EAAB6A50D8C63E4EA9B529FA5397
Relationships
Base type
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
SpinnerSheet# | private | private CandideCreator.Shared.Graphics.SpriteSheet SpinnerSheet |
_delayUntilVisible# | private | private System.Single _delayUntilVisible |
_internalVisible# | private | private System.Boolean _internalVisible |
_rotation# | private | private System.Single _rotation |
_timer# | private | private System.Single _timer |
Properties
| Name | Visibility | Signature |
|---|---|---|
Visible# | public | public System.Boolean Visible |
Methods
InternalDraw
#
protected System.Void InternalDraw(Candide.CandideUI.UiRenderContext context)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
7D5342E770497FF30AC41C3DA5D93574221AB3B19623CA2E97AE7BB0F66DB4CE - Body hash
C1EE3E00B385CA2750158605D48BDEA2CFB6261410352D89E7865A9076D251A0 - IL size78
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)Microsoft.Xna.Framework.Vector2::get_One()Candide.CandideUI.UiRenderContext::DrawSprite(CandideCreator.Shared.Graphics.SpriteSheet, System.Int32, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Vector2)
InternalMeasure
#
protected Microsoft.Xna.Framework.Vector2 InternalMeasure(Microsoft.Xna.Framework.Vector2 availableSize)
Method metadata
- Visibilityprotected
- Return type
Microsoft.Xna.Framework.Vector2 - StaticFalse
- VirtualTrue
- Hash
0F1074D0D8A3A371F47E82453F65F47A365B4F60CBDB4756D3479C16B90BF7B3 - Body hash
A98DE98972A369C49A82E06852BE56E3E4FFBF0A36A36218AD0C6C985181BE90 - 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 type
System.Void - StaticFalse
- VirtualTrue
- Hash
36B70A3CA72FE08B5C08D22587E779BE6ACC015B05F99B8D533500E09BE9F2F7 - Body hash
55C623DF453DD5A0A02622DA5D43FE02ECAB9ECC07D6365727476965209C4897 - IL size73
Referenced calls
Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.CandideUI.CandideUiElement::set_Visible(System.Boolean)