Class ComponentDataProxyBaseEditor
Inheritance
System.Object
ComponentDataProxyBaseEditor
Namespace: Unity.Entities.Editor
Syntax
public class ComponentDataProxyBaseEditor : UnityEditor.Editor
Properties
ComponentDataType
Declaration
protected Type ComponentDataType { get; }
Property Value
Type | Description |
---|---|
System.Type |
SerializedData
Declaration
protected SerializedProperty SerializedData { get; }
Property Value
Type | Description |
---|---|
SerializedProperty |
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()