CustomEditor
Defines which object type the custom editor class can edit.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
CustomEditor(Type)
Defines which object type the custom editor class can edit.
public CustomEditor(Type inspectedType)
Parameters
Type that this editor can edit.
Remarks
Additional Resources: Editor class.
CustomEditor(Type, bool)
Defines which object type the custom editor class can edit.
public CustomEditor(Type inspectedType, bool editorForChildClasses)
Parameters
Remarks
Additional Resources: Editor class.