C# Class FluffyManager.ManagerTab_Livestock

Inheritance: ManagerTab
Mostra file Open project: FluffierThanThou/RW_Manager

Public Methods

Method Description
DoWindowContents ( Rect canvas ) : void
ManagerTab_Livestock ( Manager manager ) : System.Collections.Generic
PreOpen ( ) : void

Private Methods

Method Description
DoContent ( Rect rect ) : void
DoCountField ( Rect rect, Utilities_Livestock ageSex ) : void
DoLeftRow ( Rect rect ) : void
DrawAnimalListheader ( Vector2 &cur, Vector2 size, PawnKindDef pawnKind, string header ) : void
DrawAnimalRow ( Vector2 &cur, Vector2 size, Pawn p, bool alt ) : void
DrawAvailableJobList ( Rect outRect, Rect viewRect ) : void
DrawCurrentJobList ( Rect outRect, Rect viewRect ) : void
Refresh ( ) : void

Method Details

DoWindowContents() public method

public DoWindowContents ( Rect canvas ) : void
canvas UnityEngine.Rect
return void

ManagerTab_Livestock() public method

public ManagerTab_Livestock ( Manager manager ) : System.Collections.Generic
manager Manager
return System.Collections.Generic

PreOpen() public method

public PreOpen ( ) : void
return void