Method | Description | |
---|---|---|
ArrayField ( UnityEditor.SerializedProperty property ) : void | ||
ArrayFoldout ( string label, string array, bool &foldout ) : string[] | ||
EnumComboBox ( Enum selected ) : Enum | ||
EnumComboBox ( string label, Enum selected ) : Enum | ||
EnumToolbar ( Enum selected ) : Enum | ||
FileSelector ( string name, string path, string extension ) : string | ||
FolderSelector ( string name, string path ) : string | ||
OpenPopup ( string text, string trueText, string falseText, Action |
||
ToggleButton ( bool state, string label ) : bool |
Method | Description | |
---|---|---|
BuildStyle ( ) : void |
public static ArrayField ( UnityEditor.SerializedProperty property ) : void | ||
property | UnityEditor.SerializedProperty | |
return | void |
public static ArrayFoldout ( string label, string array, bool &foldout ) : string[] | ||
label | string | |
array | string | |
foldout | bool | |
return | string[] |
public static EnumComboBox ( Enum selected ) : Enum | ||
selected | Enum | |
return | Enum |
public static EnumComboBox ( string label, Enum selected ) : Enum | ||
label | string | |
selected | Enum | |
return | Enum |
public static EnumToolbar ( Enum selected ) : Enum | ||
selected | Enum | |
return | Enum |
public static FileSelector ( string name, string path, string extension ) : string | ||
name | string | |
path | string | |
extension | string | |
return | string |
public static FolderSelector ( string name, string path ) : string | ||
name | string | |
path | string | |
return | string |
public static OpenPopup ( string text, string trueText, string falseText, Action |
||
text | string | |
trueText | string | |
falseText | string | |
onChosen | Action |
|
return | void |
public static ToggleButton ( bool state, string label ) : bool | ||
state | bool | |
label | string | |
return | bool |