Class ComponentDataProxyBaseEditor
Inheritance
ComponentDataProxyBaseEditor
Inherited Members
UnityEditor.Editor.MoveNextTarget()
Syntax
[CustomEditor(typeof(ComponentDataProxyBase), true)]
[CanEditMultipleObjects]
public class ComponentDataProxyBaseEditor : Editor, IPreviewable, IToolModeOwner
Properties
ComponentDataType
Declaration
protected Type ComponentDataType { get; }
Property Value
SerializedData
Declaration
protected SerializedProperty SerializedData { get; }
Property Value
Methods
DisplaySerializedDataPropertyField()
Declaration
protected virtual void DisplaySerializedDataPropertyField()
DisplayStatusMessages()
Declaration
protected virtual void DisplayStatusMessages()
OnEnable()
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides