Method AddField
- Namespace
- Gamelogic.Extensions.Editor.Internal
- Assembly
- Gamelogic.Extensions.Editor.dll
AddField(SerializedProperty)
Draws a property field for the given serialized property.
protected void AddField(SerializedProperty prop)
Parameters
propSerializedPropertyThe property to draw.
AddField(GLSerializedProperty)
Draws a property field for the given GLSerializedProperty, using its custom tooltip.
protected void AddField(GLSerializedProperty prop)
Parameters
propGLSerializedPropertyThe property to draw.