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
objSerializedObjectThe serialized object owning the property.
propertySerializedPropertyThe array property to draw.