Candide.CandideUI.Components.Displays.MoneyDisplay
Type JSONpublic class in Candide.CandideUI.Components.Displays
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Components.Displays - Base type
Candide.CandideUI.Containers.CandidePanel - Hash
1591E9FB125E0AF22CB0648A26C03F16EED11286AAC6FB20D7C5DB97B0A2C91D
Relationships
Base type
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
AnimationSpeed# | private | private System.Single AnimationSpeed |
CoinsDisplay# | public | public Candide.CandideUI.Components.Displays.CoinsHolderDisplay CoinsDisplay |
Timer# | private | private System.Single Timer |
_currentDisplayMoney# | private | private System.UInt64 _currentDisplayMoney |
_money# | private | private System.UInt64 _money |
_previousDisplayMoney# | private | private System.UInt64 _previousDisplayMoney |
Properties
| Name | Visibility | Signature |
|---|---|---|
CurrentDisplayMoney# | private | private System.UInt64 CurrentDisplayMoney |
Money# | public | public System.UInt64 Money |
Methods
GetFocusable
#
public Candide.CandideUI.CandideUiElement GetFocusable()
Method metadata
- Visibilitypublic
- Return type
Candide.CandideUI.CandideUiElement - StaticFalse
- VirtualTrue
- Hash
EABFA006218717C8BDC1A0D931313292A7DBC82228DE71A1204EB67BFBAFE903 - Body hash
188A9E70AA3C3F4FCC98EB91D095C328412AB6D2F23A73B0943B99C2D64BCE68 - IL size17
Referenced calls
Candide.CandideUI.Components.Displays.MoneyDisplay::get_Money()Candide.CandideUI.CandideUiContainerMultipleItems::GetFocusable()
LerpPrecise
#
public System.Double LerpPrecise(System.Double value1, System.Double value2, System.Double amount)
Method metadata
- Visibilitypublic
- Return type
System.Double - StaticTrue
- VirtualFalse
- Hash
F0CDCEEDB14FEF0389226FA9145D8F9E529D459824AE274A715C20C8B42F1ECC - Body hash
5B3A069BDCDE02A43D46ACAFD64625C06169014CAFB2FF28D986461AE9D614D7 - IL size18
OnControllerNavigation
#
public System.Boolean OnControllerNavigation(Candide.CandideUI.ControllerNavigation navigation)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
3A5189E00DC7A5FF807A293363B020855F23218E0BB1550FCF3ABDA685921978 - Body hash
B3216244B4A7F22F5111744648BF98101FB0337DAC521899CFD41CB734249ED1 - IL size8
SetMoney
#
public System.Void SetMoney(System.UInt64 value, System.Boolean skipAnimation)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
AE21E1322A8EAD43CF4260C5162F32D9868FBCF98D101228AF12B95643FC3797 - Body hash
AEAA490E07950BFC3B642DD22B3A4EAD24F0327A2E0360234F3974CEB4B2B777 - IL size223
Referenced calls
Candide.CandideUI.Components.Displays.MoneyDisplay::get_CurrentDisplayMoney()Candide.CandideUI.Components.Displays.MoneyDisplay::set_CurrentDisplayMoney(System.UInt64)Microsoft.Xna.Framework.MathHelper::Distance(System.Single, System.Single)
Called by
Candide.CandideUI.CandideSplitInventoryMoneyMockComponent::OnDroppedCandide.CandideUI.CandideSplitInventoryMoneyMockComponent::OnDroppedOnHolderCandide.CandideUI.Components.Holder.MoneyCandideDraggableHolderContent::OnDroppedCandide.CandideUI.Components.Holder.MoneyCandideDraggableHolderContent::OnDroppedOnHolderCandide.CandideUI.UserControls.InventoryControl::InvalidateMoneyDisplayCandide.CandideUI.UserControls.InventoryControl::OnDropMoneyCandide.CandideUI.UserControls.InventoryControl::UpdateSlotsCandide.CandideUI.UserControls.PlayerInventoryUserControl::OnMoneyRightClickFunc
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
1CEAB57B58DA8B7C7E27FC7EFA53A5D4FAEA5EE2F3F8050CB1FE379C8E9AD40B - Body hash
89C9AC5AE96EAE3CFA309D98605184B8626038CE4C492CC4A07B904BF2A914F3 - IL size118
Referenced calls
Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.CandideUI.Components.Displays.MoneyDisplay::LerpPrecise(System.Double, System.Double, System.Double)Candide.CandideUI.Components.Displays.MoneyDisplay::set_CurrentDisplayMoney(System.UInt64)Candide.CandideUI.CandideUiContainerMultipleItems::Update(Microsoft.Xna.Framework.GameTime)