InspectorElement Constructor

Declaration

public InspectorElement();

Description

Initialized a new instance of InspectorElement.


Declaration

public InspectorElement(Object obj);

Parameters

Parameter Description
obj The object to bind to.

Description

Initialized a new instance of InspectorElement for the specified Object.


Declaration

public InspectorElement(SerializedObject obj);

Parameters

Parameter Description
obj The object to bind to.

Description

Initialized a new instance of InspectorElement for the specified SerializedObject.


Declaration

public InspectorElement(Editor editor);

Parameters

Parameter Description
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: