C# Class RA.ITab_Exchange

Inheritance: ITab
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
scrollPosition_Colony UnityEngine.Vector2
scrollPosition_Trader UnityEngine.Vector2
tradeCenter TradeCenter

Public Methods

Method Description
DrawTradeBalance ( Rect rect ) : void
ITab_Exchange ( ) : System.Linq

Protected Methods

Method Description
FillTab ( ) : void

Method Details

DrawTradeBalance() public method

public DrawTradeBalance ( Rect rect ) : void
rect UnityEngine.Rect
return void

FillTab() protected method

protected FillTab ( ) : void
return void

ITab_Exchange() public method

public ITab_Exchange ( ) : System.Linq
return System.Linq

Property Details

scrollPosition_Colony public_oe property

public Vector2,UnityEngine scrollPosition_Colony
return UnityEngine.Vector2

scrollPosition_Trader public_oe property

public Vector2,UnityEngine scrollPosition_Trader
return UnityEngine.Vector2

tradeCenter public_oe property

public TradeCenter tradeCenter
return TradeCenter