Candide.CandideUI.Windows.CandideStackSplitWindow
Type JSONpublic class in Candide.CandideUI.Windows
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Windows - Base type
Candide.CandideUI.Containers.CandideWindow - Hash
217022BB96952606A5BAD3018FAE7E6BDE9D6E8783E47CDFF3441C22B7C33417
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
_firstUpdateDone# | private | private System.Boolean _firstUpdateDone |
_maxValue# | private | private System.Int32 _maxValue |
_minValue# | private | private System.Int32 _minValue |
_okay# | private | private System.Boolean _okay |
_okayButton# | private | private Candide.CandideUI.Components.Buttons.YesButton _okayButton |
_onOkay# | private | private System.Action<System.Int32> _onOkay |
_spinner# | private | private Candide.CandideUI.Input.CandideIntSpinner _spinner |
Methods
OnOkayClicked
#
private System.Void OnOkayClicked()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
3CDE9CADD33899534866DD416C451C08EB648CEA76708FC31E15D99A5C6DCA44 - Body hash
9F1DD53DCD3D1059F03E2B1010551EC4B8950AB13CAD49B39E6CDD0363F4E558 - IL size56
Referenced calls
Candide.CandideUI.Input.CandideIntSpinner::get_Value()Candide.CandideUI.Containers.CandideWindow::Close()System.Action<System.Int32>::Invoke(!0)
OnUiClosePressed
#
public System.Boolean OnUiClosePressed()
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
6D22C775FE0C29EE416DACB703176FDFE1E6143D865A355683799C0A36B84686 - Body hash
FA17266C75F029D247653832C49483597763A95C54F65C9DDDB0CEFBC08DB2C5 - IL size8
Referenced calls
OnWindowShown
#
protected System.Void OnWindowShown()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
8BE66FA092EDE9B6B3579AC55D12BA00AA6ACE9D4EB3B8F9C7098FF4204F5F60 - Body hash
05A5931BF5CF1FF7EE34610307963865A1834632B3A71D086B2EFAD982238390 - IL size33
Referenced calls
String literals
ui-inventory-split-stack-opened
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
D7E0673DAD7CA67B25D9760A97E406E37AD07A45C62924665B527BEA23D83853 - Body hash
6358318EE525DC331140EA4E7F502D7C73024E869A3717DA1C1280E905CC819B - IL size137
Referenced calls
Candide.CandideUI.Containers.CandideWindow::Update(Microsoft.Xna.Framework.GameTime)Candide.CandideUI.Input.CandideUiContainerSingleItemFocusable::Focus()Candide.Input.InputManager::Pressed(Candide.Input.MouseButtons)Candide.CandideUI.CandideUiElement::CalculateScreenPosition()Candide.CandideUI.CandideUiElement::get_Bounds()CandideCreator.Shared.Models.RectangleF::.ctor(System.Single, System.Single, System.Single, System.Single)Candide.CandideUI.MouseUiInputSystem::get_MouseWindowPosition()CandideCreator.Shared.Models.RectangleF::Contains(Microsoft.Xna.Framework.Vector2)Candide.CandideUI.Containers.CandideWindow::Close()Candide.Input.InputManager::Pressed(Microsoft.Xna.Framework.Input.Keys)Candide.CandideUI.Windows.CandideStackSplitWindow::OnOkayClicked()