C# Class Fluffy.MainTabWindow_Medical

Inheritance: MainTabWindow_PawnList
Show file Open project: FluffierThanThou/RW_MedicalInfo

Public Properties

Property Type Description
Asc bool
CapDefs List
IsDirty bool
OrderBy Order
OrderByCapDef PawnCapacityDef
Source SourceOptions

Public Methods

Method Description
DoWindowContents ( Rect rect ) : void
Inner ( Rect rect, float size ) : Rect

creates a new square of size in the center of rect.

Protected Methods

Method Description
BuildPawnList ( ) : void
DrawPawnRow ( Rect rect, Pawn p ) : void

Method Details

BuildPawnList() protected method

protected BuildPawnList ( ) : void
return void

DoWindowContents() public method

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

DrawPawnRow() protected method

protected DrawPawnRow ( Rect rect, Pawn p ) : void
rect UnityEngine.Rect
p Pawn
return void

Inner() public static method

creates a new square of size in the center of rect.
public static Inner ( Rect rect, float size ) : Rect
rect UnityEngine.Rect
size float
return UnityEngine.Rect

Property Details

Asc public property

public bool Asc
return bool

CapDefs public property

public List CapDefs
return List

IsDirty public static property

public static bool IsDirty
return bool

OrderBy public property

public Order OrderBy
return Order

OrderByCapDef public property

public PawnCapacityDef OrderByCapDef
return PawnCapacityDef

Source public property

public SourceOptions Source
return SourceOptions