C# Class PrisonersAndSlaves.ITab_Restricted

Inheritance: ITab
ファイルを表示 Open project: ForsakenShell/Es-Small-Mods

Public Methods

Method Description
DoLabelCheckbox ( Rect &rect, string labelKey, bool &value, bool disabled = false ) : void
DrawOwnerScroll ( Rect rect, Vector2 &vec, List list, Action action ) : void
OnOpen ( ) : void

Protected Methods

Method Description
FillTab ( ) : void

Private Methods

Method Description
HighestPriorityEnforced ( ) : int
ITab_Restricted ( ) : System

Method Details

DoLabelCheckbox() public static method

public static DoLabelCheckbox ( Rect &rect, string labelKey, bool &value, bool disabled = false ) : void
rect UnityEngine.Rect
labelKey string
value bool
disabled bool
return void

DrawOwnerScroll() public static method

public static DrawOwnerScroll ( Rect rect, Vector2 &vec, List list, Action action ) : void
rect UnityEngine.Rect
vec Vector2
list List
action Action
return void

FillTab() protected method

protected FillTab ( ) : void
return void

OnOpen() public method

public OnOpen ( ) : void
return void