C# Class InventoryInspector, planet-survival

Inheritance: Editor
Afficher le fichier Open project: gjrfytn/planet-survival Class Usage Examples

Méthodes publiques

Méthode Description
Foldout ( bool foldout, GUIContent content, bool toggleOnLabelClick, GUIStyle style ) : bool
Foldout ( bool foldout, string content, bool toggleOnLabelClick, GUIStyle style ) : bool
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
AddItem ( ) : void
CreateSlots ( ) : void
OnEnable ( ) : void
RemoveItems ( ) : void
RemoveSlots ( ) : void

Method Details

Foldout() public static méthode

public static Foldout ( bool foldout, GUIContent content, bool toggleOnLabelClick, GUIStyle style ) : bool
foldout bool
content GUIContent
toggleOnLabelClick bool
style GUIStyle
Résultat bool

Foldout() public static méthode

public static Foldout ( bool foldout, string content, bool toggleOnLabelClick, GUIStyle style ) : bool
foldout bool
content string
toggleOnLabelClick bool
style GUIStyle
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void