This version of Unity is unsupported.

InspectorElement Constructor

Declaration

public InspectorElement();

Description

InspectorElement constructor.


Declaration

public InspectorElement(Object obj);

Parameters

obj Create a SerializedObject from given obj and automatically Bind() to it.

Description

InspectorElement constructor.


Declaration

public InspectorElement(SerializedObject obj);

Parameters

obj Create a SerializedObject from given obj and automatically Bind() to it.

Description

InspectorElement constructor.


Declaration

public InspectorElement(Editor editor);

Description

InspectorElement constructor.