C# Class FullInspector.Internal.fiEditorGUILayout

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
Splitter ( Color rgb, float thickness ) : void
Splitter ( float thickness ) : void
Splitter ( float thickness, GUIStyle splitterStyle ) : void
WithIndent ( float pixels, System.Action code ) : void

Private Methods

Méthode Description
fiEditorGUILayout ( ) : System

Method Details

Splitter() public static méthode

public static Splitter ( Color rgb, float thickness ) : void
rgb Color
thickness float
Résultat void

Splitter() public static méthode

public static Splitter ( float thickness ) : void
thickness float
Résultat void

Splitter() public static méthode

public static Splitter ( float thickness, GUIStyle splitterStyle ) : void
thickness float
splitterStyle UnityEngine.GUIStyle
Résultat void

WithIndent() public static méthode

public static WithIndent ( float pixels, System.Action code ) : void
pixels float
code System.Action
Résultat void