Table of Contents

Method InitList

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

InitList(SerializedProperty, SerializedProperty)

Initializes the reorderable list if it has not been initialized yet.

public void InitList(SerializedProperty list, SerializedProperty property)

Parameters

list SerializedProperty

The underlying array serialized property.

property SerializedProperty

The parent serialized property.