Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InspectorElement

Initialized a new instance of InspectorElement.
Read time 1 minuteLast updated 9 days ago

Definition

InspectorElement()

Initialized a new instance of InspectorElement.
public InspectorElement()

InspectorElement(Object)

Initialized a new instance of InspectorElement for the specified Object.
public InspectorElement(Object obj)

Parameters

The object to bind to.

InspectorElement(SerializedObject)

Initialized a new instance of InspectorElement for the specified SerializedObject.
public InspectorElement(SerializedObject obj)

Parameters

The object to bind to.

InspectorElement(Editor)

Initialized a new instance of InspectorElement for the specified Editor.
public InspectorElement(Editor editor)

Parameters

editor

The editor to bind to.