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

WitIntentPropertyDrawer Class

Protected Methods

GetLocalizedText ( property , key )
Signature
override string Meta.WitAi.Windows.WitIntentPropertyDrawer.GetLocalizedText(SerializedProperty property, string key)
Parameters
property: SerializedProperty
key: string
Returns
override string
LayoutPropertyField ( subfield , subfieldProperty , labelContent , canEdit )
Signature
override void Meta.WitAi.Windows.WitIntentPropertyDrawer.LayoutPropertyField(FieldInfo subfield, SerializedProperty subfieldProperty, GUIContent labelContent, bool canEdit)
Parameters
subfield: FieldInfo
subfieldProperty: SerializedProperty
labelContent: GUIContent
canEdit: bool
Returns
override void
OnGUIPostFields ( position , property , label )
Signature
override void Meta.WitAi.Windows.WitIntentPropertyDrawer.OnGUIPostFields(Rect position, SerializedProperty property, GUIContent label)
Parameters
position: Rect
property: SerializedProperty
label: GUIContent
Returns
override void
ShouldLayoutField ( property , subfield )
Signature
override bool Meta.WitAi.Windows.WitIntentPropertyDrawer.ShouldLayoutField(SerializedProperty property, FieldInfo subfield)
Parameters
property: SerializedProperty
subfield: FieldInfo
Returns
override bool