Table of Contents

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

prop SerializedProperty

The property to draw.

AddField(GLSerializedProperty)

Draws a property field for the given GLSerializedProperty, using its custom tooltip.

protected void AddField(GLSerializedProperty prop)

Parameters

prop GLSerializedProperty

The property to draw.