C# 클래스 PrisonersAndSlaves.PaS_Widgets

파일 보기 프로젝트 열기: ForsakenShell/Es-Small-Mods

공개 메소드들

메소드 설명
DrawOwnersForThing ( Thing thing, List owners ) : void
DrawWorkBoxBackground ( Rect rect, Pawn p, WorkTypeDef workDef ) : void

비공개 메소드들

메소드 설명
GetMultiOwnersLabelScreenPosFor ( Thing thing, int slotIndex, List owners ) : Vector2

메소드 상세

DrawOwnersForThing() 공개 정적인 메소드

public static DrawOwnersForThing ( Thing thing, List owners ) : void
thing Thing
owners List
리턴 void

DrawWorkBoxBackground() 공개 정적인 메소드

public static DrawWorkBoxBackground ( Rect rect, Pawn p, WorkTypeDef workDef ) : void
rect UnityEngine.Rect
p Pawn
workDef WorkTypeDef
리턴 void