API reference
API reference
Select your platform
No SDKs available
No versions available

FieldGUI Class

Fields

onAdditionalGuiLayout : Action
Custom gui layout callback, returns true if field is
Signature
Action Meta.WitAi.Windows.FieldGUI.onAdditionalGuiLayout
onCustomGuiLayout : Func< FieldInfo, bool >
Custom gui layout callback, returns true if field is
Signature
Func<FieldInfo, bool> Meta.WitAi.Windows.FieldGUI.onCustomGuiLayout

Properties

baseType : Type
[Get]
Signature
Type Meta.WitAi.Windows.FieldGUI.baseType
fields : FieldInfo []
[Get]
Signature
FieldInfo [] Meta.WitAi.Windows.FieldGUI.fields

Methods

OnGuiLayout ( serializedObject )
Signature
void Meta.WitAi.Windows.FieldGUI.OnGuiLayout(SerializedObject serializedObject)
Parameters
serializedObject: SerializedObject
Returns
void
RefreshFields ( newBaseType )
Signature
void Meta.WitAi.Windows.FieldGUI.RefreshFields(Type newBaseType)
Parameters
newBaseType: Type
Returns
void

Static Methods

GetFields ( newBaseType , customSort )
Signature
static FieldInfo [] Meta.WitAi.Windows.FieldGUI.GetFields(Type newBaseType, Comparison< FieldInfo > customSort=null)
Parameters
newBaseType: Type
customSort: Comparison< FieldInfo >
Returns
FieldInfo []