C# 클래스 InventoryInspector, planet-survival

상속: Editor
파일 보기 프로젝트 열기: gjrfytn/planet-survival 1 사용 예제들

공개 메소드들

메소드 설명
Foldout ( bool foldout, GUIContent content, bool toggleOnLabelClick, GUIStyle style ) : bool
Foldout ( bool foldout, string content, bool toggleOnLabelClick, GUIStyle style ) : bool
OnInspectorGUI ( ) : void

비공개 메소드들

메소드 설명
AddItem ( ) : void
CreateSlots ( ) : void
OnEnable ( ) : void
RemoveItems ( ) : void
RemoveSlots ( ) : void

메소드 상세

Foldout() 공개 정적인 메소드

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

Foldout() 공개 정적인 메소드

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

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void