ListOfInspectors Constructor
ListOfInspectors(SerializedProperty)
Constructor. It receives a SerializedProperty for an array or a list of Objects with a type derived from UnityEngine.Object.
Declaration
public ListOfInspectors(SerializedProperty arrayProp)
Parameters
SerializedProperty | arrayProp | A serialized property that represents an array of Unity Objects |