Table of Contents

Method ArrayGUI

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

ArrayGUI(SerializedObject, SerializedProperty)

Draws an inspector GUI for an array serialized property, allowing resizing and element editing.

protected void ArrayGUI(SerializedObject obj, SerializedProperty property)

Parameters

obj SerializedObject

The serialized object owning the property.

property SerializedProperty

The array property to draw.