Class CustomEditor
Assembly: UnityEditor.dll
Syntax
public class CustomEditor : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
CustomEditor(Type)
Declaration
public CustomEditor(Type inspectedType)
Parameters
Type |
Name |
Description |
Type |
inspectedType |
|
|
Improve this Doc
View Source
CustomEditor(Type, Boolean)
Declaration
public CustomEditor(Type inspectedType, bool editorForChildClasses)
Parameters
Type |
Name |
Description |
Type |
inspectedType |
|
Boolean |
editorForChildClasses |
|
Properties
|
Improve this Doc
View Source
isFallback
Declaration
public bool isFallback { get; set; }
Property Value
Implements
Extension Methods