GetFieldStringValue
(
property
, fieldName
)
|
Signature
virtual string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetFieldStringValue(SerializedProperty property, string fieldName) Parameters property: SerializedPropertyfieldName: stringReturns string |
GetFieldStringValue
(
subfieldProperty
)
|
Signature
virtual string Meta.WitAi.Windows.WitSimplePropertyDrawer.GetFieldStringValue(SerializedProperty subfieldProperty) Parameters subfieldProperty: SerializedPropertyReturns 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 |
GetPropertyHeight
(
property
, label
)
|
Signature
override float Meta.WitAi.Windows.WitSimplePropertyDrawer.GetPropertyHeight(SerializedProperty property, GUIContent label) Parameters property: SerializedPropertylabel: GUIContentReturns override float |
OnGUI
(
position
, property
, label
)
|
Signature
override void Meta.WitAi.Windows.WitSimplePropertyDrawer.OnGUI(Rect position, SerializedProperty property, GUIContent label) Parameters position: Rectproperty: SerializedPropertylabel: GUIContentReturns override void |