C# Class Fluffy.MainTabWindow_Medical

Inheritance: MainTabWindow_PawnList
Exibir arquivo 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_oe property

public bool Asc
return bool

CapDefs public_oe property

public List CapDefs
return List

IsDirty public_oe static_oe property

public static bool IsDirty
return bool

OrderBy public_oe property

public Order OrderBy
return Order

OrderByCapDef public_oe property

public PawnCapacityDef OrderByCapDef
return PawnCapacityDef

Source public_oe property

public SourceOptions Source
return SourceOptions