Candide.CandideUI.Windows.WindowExitButton
Type JSONpublic class in Candide.CandideUI.Windows
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Windows - Base type
Candide.CandideUI.Windows.WindowButtonBase - Hash
E9BEBFD842D474D1039F82E9E2CC1DE917A6931D0E654588DF1C2A589A9BC5B8
Relationships
Base type
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
ButtonExitSheet# | public | public CandideCreator.Shared.Graphics.SpriteSheet ButtonExitSheet |
exitButtonSize# | private | private System.Int32 exitButtonSize |
OnClickAction# | public | public System.Action OnClickAction |
tileSize# | private | private System.Int32 tileSize |
_image# | private | private Candide.CandideUI.Components.CandideImage _image |
Methods
InternalDraw
#
protected System.Void InternalDraw(Candide.CandideUI.UiRenderContext context)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
EEC04CEE4AB9D5F0C68F72A756FCAD14843BC9F8AE0A7CEE4C9FD5889A7E75B6 - Body hash
3D4F0B315E3A0093A8D10327D0CF65F3C632621FF9F645156835EB486B6A799F - IL size77
Referenced calls
Candide.CandideUI.CandideUiElement::get_BorderBounds()Microsoft.Xna.Framework.Rectangle::get_Location()Microsoft.Xna.Framework.Point::ToVector2()Microsoft.Xna.Framework.Vector2::get_One()Candide.CandideUI.UiRenderContext::DrawSprite9Box(System.Single, System.Single, CandideCreator.Shared.Graphics.SpriteSheet, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Candide.CandideUI.Windows.WindowButtonBase::InternalDraw(Candide.CandideUI.UiRenderContext)
OnMouseFullClick
#
public System.Void OnMouseFullClick()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
B19D141259327B263A684CEF3D839C2373DB4F714011DFE2F2E5A9B700B2FFC6 - Body hash
404E9A71D989807A75D77E45BF0D21003D61243C13EEA257C86182C5613248E6 - IL size23
Referenced calls
Candide.CandideUI.CandideUiElement::OnMouseFullClick()System.Action::Invoke()
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
AAD7E3E03BEE49A2287AD375DC21BBE1744813E3F366144CBAC3CC28999F316D - Body hash
A07069B577F2CF7DDBC96F4EA09C2094BEFED51CE47DE291C0153DC74AA3CD0F - IL size55
Referenced calls
Candide.CandideUI.CandideUiSystem::get_ControllerEnabled()Candide.CandideUI.CandideUiContainerSingleItem::Update(Microsoft.Xna.Framework.GameTime)