C# 클래스 FullInspector.Internal.fiEditorGUILayout

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
Splitter ( Color rgb, float thickness ) : void
Splitter ( float thickness ) : void
Splitter ( float thickness, GUIStyle splitterStyle ) : void
WithIndent ( float pixels, System.Action code ) : void

비공개 메소드들

메소드 설명
fiEditorGUILayout ( ) : System

메소드 상세

Splitter() 공개 정적인 메소드

public static Splitter ( Color rgb, float thickness ) : void
rgb Color
thickness float
리턴 void

Splitter() 공개 정적인 메소드

public static Splitter ( float thickness ) : void
thickness float
리턴 void

Splitter() 공개 정적인 메소드

public static Splitter ( float thickness, GUIStyle splitterStyle ) : void
thickness float
splitterStyle UnityEngine.GUIStyle
리턴 void

WithIndent() 공개 정적인 메소드

public static WithIndent ( float pixels, System.Action code ) : void
pixels float
code System.Action
리턴 void