GetFoldoutValue
(
bindObject
)
|
Signature
static bool Meta.WitAi.WitEditorUI.GetFoldoutValue(object bindObject) Parameters bindObject: objectReturns bool |
LayoutEnumField< T >
(
key
, fieldValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutEnumField< T >(GUIContent key, ref T fieldValue, ref bool isUpdated) Parameters key: GUIContentfieldValue: ref TisUpdated: ref boolReturns void |
LayoutErrorLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutErrorLabel(string text) Parameters text: stringReturns void |
LayoutFoldout
(
key
, bindObject
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutFoldout(GUIContent key, object bindObject) Parameters key: GUIContentbindObject: objectReturns bool |
LayoutFoldout
(
key
, wasFoldout
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutFoldout(GUIContent key, bool wasFoldout) Parameters key: GUIContentwasFoldout: boolReturns bool |
LayoutHeaderButton
(
headerTexture
, headerURL
, docsUrl
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutHeaderButton(Texture2D headerTexture, string headerURL, string docsUrl) Parameters headerTexture: Texture2DheaderURL: stringdocsUrl: stringReturns void |
LayoutHeaderLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutHeaderLabel(string text) Parameters text: stringReturns void |
LayoutHeaderText
(
text
, headerURL
, docsUrl
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutHeaderText(string text, string headerURL, string docsUrl) Parameters text: stringheaderURL: stringdocsUrl: stringReturns void |
LayoutIconButton
(
icon
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutIconButton(GUIContent icon) Parameters icon: GUIContentReturns bool |
LayoutIntField
(
key
, fieldValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutIntField(GUIContent key, ref int fieldValue, ref bool isUpdated) Parameters key: GUIContentfieldValue: ref intisUpdated: ref boolReturns void |
LayoutKeyLabel
(
key
, text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutKeyLabel(string key, string text) Parameters key: stringtext: stringReturns void |
LayoutKeyObjectLabels
(
key
, obj
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutKeyObjectLabels(string key, object obj) Parameters key: stringobj: objectReturns void |
LayoutLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutLabel(string text) Parameters text: stringReturns void |
LayoutLockedTextField
(
key
, fieldValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutLockedTextField(GUIContent key, ref string fieldValue, ref bool isUpdated) Parameters key: GUIContentfieldValue: ref stringisUpdated: ref boolReturns void |
LayoutPasswordField
(
key
, fieldValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutPasswordField(GUIContent key, ref string fieldValue, ref bool isUpdated) Parameters key: GUIContentfieldValue: ref stringisUpdated: ref boolReturns void |
LayoutPopup
(
key
, options
, selectionValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutPopup(string key, string[] options, ref int selectionValue, ref bool isUpdated) Parameters key: stringoptions: string []selectionValue: ref intisUpdated: ref boolReturns void |
LayoutPopupField
(
key
, options
, selectedOption
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutPopupField(GUIContent key, string[] options, ref string selectedOption, ref bool isUpdated) Parameters key: GUIContentoptions: string []selectedOption: ref stringisUpdated: ref boolReturns void |
LayoutProperty
(
serializedObject
, propertyName
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutProperty(SerializedObject serializedObject, string propertyName) Parameters serializedObject: SerializedObjectpropertyName: stringReturns void |
LayoutSerializedObjectPopup
(
serializedObject
, propertyName
, names
, index
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutSerializedObjectPopup(SerializedObject serializedObject, string propertyName, string[] names, ref int index) Parameters serializedObject: SerializedObjectpropertyName: stringnames: string []index: ref intReturns bool |
LayoutStatusLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutStatusLabel(string text) Parameters text: stringReturns void |
LayoutSubheaderLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutSubheaderLabel(string text) Parameters text: stringReturns void |
LayoutTabButton
(
tabTitle
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutTabButton(string tabTitle) Parameters tabTitle: stringReturns bool |
LayoutTabButtons
(
tabTitles
, selection
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutTabButtons(string[] tabTitles, ref int selection) Parameters tabTitles: string []selection: ref intReturns void |
LayoutTextButton
(
text
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutTextButton(string text) Parameters text: stringReturns bool |
LayoutTextField
(
key
, fieldValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutTextField(GUIContent key, ref string fieldValue, ref bool isUpdated) Parameters key: GUIContentfieldValue: ref stringisUpdated: ref boolReturns void |
LayoutTextLink
(
text
)
|
Signature
static bool Meta.WitAi.WitEditorUI.LayoutTextLink(string text) Parameters text: stringReturns bool |
LayoutToggle
(
key
, toggleValue
, isUpdated
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutToggle(GUIContent key, ref bool toggleValue, ref bool isUpdated) Parameters key: GUIContenttoggleValue: ref boolisUpdated: ref boolReturns void |
LayoutWindow
(
windowTitle
, windowHeader
, windowHeaderUrl
, windowInfoUrl
, windowContentLayout
, offset
, size
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutWindow(string windowTitle, Texture2D windowHeader, string windowHeaderUrl, string windowInfoUrl, Action windowContentLayout, ref Vector2 offset, out Vector2 size) Parameters windowTitle: stringwindowHeader: Texture2DwindowHeaderUrl: stringwindowInfoUrl: stringwindowContentLayout: Actionoffset: ref Vector2size: out Vector2Returns void |
LayoutWrapLabel
(
text
)
|
Signature
static void Meta.WitAi.WitEditorUI.LayoutWrapLabel(string text) Parameters text: stringReturns void |
SetFoldoutValue
(
bindObject
, toFoldout
)
|
Signature
static void Meta.WitAi.WitEditorUI.SetFoldoutValue(object bindObject, bool toFoldout) Parameters bindObject: objecttoFoldout: boolReturns void |