InspectorElement Constructor

Declaration

public InspectorElement();

Description

Initialized a new instance of InspectorElement.


Declaration

public InspectorElement(Object obj);

Parameters

obj The object to bind to.

Description

Initialized a new instance of InspectorElement for the specified Object.


Declaration

public InspectorElement(SerializedObject obj);

Parameters

obj The object to bind to.

Description

Initialized a new instance of InspectorElement for the specified SerializedObject.


Declaration

public InspectorElement(Editor editor);

Parameters

editor The editor to bind to.

Description

Initialized a new instance of InspectorElement for the specified Editor.


Did you find this page useful? Please give it a rating: