C# Class PrisonersAndSlaves.PaS_Widgets

Show file Open project: ForsakenShell/Es-Small-Mods

Public Methods

Method Description
DrawOwnersForThing ( Thing thing, List owners ) : void
DrawWorkBoxBackground ( Rect rect, Pawn p, WorkTypeDef workDef ) : void

Private Methods

Method Description
GetMultiOwnersLabelScreenPosFor ( Thing thing, int slotIndex, List owners ) : Vector2

Method Details

DrawOwnersForThing() public static method

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

DrawWorkBoxBackground() public static method

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