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

WitSimplePropertyDrawer Class

Extends PropertyDrawer

Protected Methods

GetFieldStringValue ( property , fieldName )
Signature
virtual string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetFieldStringValue(SerializedProperty property, string fieldName)
Parameters
property: SerializedProperty
fieldName: string
Returns
string
GetFieldStringValue ( subfieldProperty )
Signature
virtual string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetFieldStringValue(SerializedProperty subfieldProperty)
Parameters
subfieldProperty: SerializedProperty
Returns
string
GetKeyFieldName ()
Signature
abstract string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetKeyFieldName()
Returns
abstract string
GetValueFieldName ()
Signature
abstract string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetValueFieldName()
Returns
abstract string

Methods

GetPropertyHeight ( property , label )
Signature
override float Meta.WitAi.Windows.WitSimplePropertyDrawer.GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
property: SerializedProperty
label: GUIContent
Returns
override float
OnGUI ( position , property , label )
Signature
override void Meta.WitAi.Windows.WitSimplePropertyDrawer.OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
position: Rect
property: SerializedProperty
label: GUIContent
Returns
override void