C# 클래스 Fluffy.MainTabWindow_PawnList

상속: MainTabWindow
파일 보기 프로젝트 열기: FluffierThanThou/RW_EnhancedTabs

보호된 프로퍼티들

프로퍼티 타입 설명
Pawns List

공개 메소드들

메소드 설명
DoWindowContents ( Rect inRect ) : void
Notify_PawnsChanged ( ) : void
PostOpen ( ) : void
PreOpen ( ) : void

보호된 메소드들

메소드 설명
BuildPawnList ( ) : void
DrawPawnRow ( Rect r, Pawn p ) : void
DrawRows ( Rect outRect ) : void

비공개 메소드들

메소드 설명
PostDrawPawnRow ( Rect rect, Pawn p ) : void
PreDrawPawnRow ( Rect rect, Pawn p ) : void

메소드 상세

BuildPawnList() 보호된 메소드

protected BuildPawnList ( ) : void
리턴 void

DoWindowContents() 공개 메소드

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

DrawPawnRow() 보호된 추상적인 메소드

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

DrawRows() 보호된 메소드

protected DrawRows ( Rect outRect ) : void
outRect UnityEngine.Rect
리턴 void

Notify_PawnsChanged() 공개 메소드

public Notify_PawnsChanged ( ) : void
리턴 void

PostOpen() 공개 메소드

public PostOpen ( ) : void
리턴 void

PreOpen() 공개 메소드

public PreOpen ( ) : void
리턴 void

프로퍼티 상세

Pawns 보호되어 있는 프로퍼티

protected List Pawns
리턴 List