C# Class PrisonersAndSlaves.ITab_Restricted

Inheritance: ITab
Afficher le fichier Open project: ForsakenShell/Es-Small-Mods

Méthodes publiques

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

Méthodes protégées

Méthode Description
FillTab ( ) : void

Private Methods

Méthode Description
HighestPriorityEnforced ( ) : int
ITab_Restricted ( ) : System

Method Details

DoLabelCheckbox() public static méthode

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

DrawOwnerScroll() public static méthode

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

FillTab() protected méthode

protected FillTab ( ) : void
Résultat void

OnOpen() public méthode

public OnOpen ( ) : void
Résultat void