C# Class InventoryInspector, planet-survival

Inheritance: Editor
显示文件 Open project: gjrfytn/planet-survival Class Usage Examples

Public Methods

Method 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

Method Description
AddItem ( ) : void
CreateSlots ( ) : void
OnEnable ( ) : void
RemoveItems ( ) : void
RemoveSlots ( ) : void

Method Details

Foldout() public static method

public static Foldout ( bool foldout, GUIContent content, bool toggleOnLabelClick, GUIStyle style ) : bool
foldout bool
content GUIContent
toggleOnLabelClick bool
style GUIStyle
return bool

Foldout() public static method

public static Foldout ( bool foldout, string content, bool toggleOnLabelClick, GUIStyle style ) : bool
foldout bool
content string
toggleOnLabelClick bool
style GUIStyle
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void