C# 클래스 Fluffy.MainTabWindow_Medical

상속: MainTabWindow_PawnList
파일 보기 프로젝트 열기: FluffierThanThou/RW_MedicalInfo

공개 프로퍼티들

프로퍼티 타입 설명
Asc bool
CapDefs List
IsDirty bool
OrderBy Order
OrderByCapDef PawnCapacityDef
Source SourceOptions

공개 메소드들

메소드 설명
DoWindowContents ( Rect rect ) : void
Inner ( Rect rect, float size ) : Rect

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

보호된 메소드들

메소드 설명
BuildPawnList ( ) : void
DrawPawnRow ( Rect rect, Pawn p ) : void

메소드 상세

BuildPawnList() 보호된 메소드

protected BuildPawnList ( ) : void
리턴 void

DoWindowContents() 공개 메소드

public DoWindowContents ( Rect rect ) : void
rect UnityEngine.Rect
리턴 void

DrawPawnRow() 보호된 메소드

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

Inner() 공개 정적인 메소드

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

프로퍼티 상세

Asc 공개적으로 프로퍼티

public bool Asc
리턴 bool

CapDefs 공개적으로 프로퍼티

public List CapDefs
리턴 List

IsDirty 공개적으로 정적으로 프로퍼티

public static bool IsDirty
리턴 bool

OrderBy 공개적으로 프로퍼티

public Order OrderBy
리턴 Order

OrderByCapDef 공개적으로 프로퍼티

public PawnCapacityDef OrderByCapDef
리턴 PawnCapacityDef

Source 공개적으로 프로퍼티

public SourceOptions Source
리턴 SourceOptions