InspectorElement
Initialized a new instance of InspectorElement.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
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
The editor to bind to.