Click or drag to resize
EntityConfigurationEditor Class
Custom inspector for entity configurations.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.Inspectors.ECSEntityConfigurationEditor

Namespace: Slash.Unity.Editor.Common.Inspectors.ECS
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class EntityConfigurationEditor : Editor

The EntityConfigurationEditor type exposes the following members.

Constructors
  NameDescription
Public methodEntityConfigurationEditor
Initializes a new instance of the EntityConfigurationEditor class
Top
Methods
  NameDescription
Public methodOnInspectorGUI
Draws the entity configuration inspector.
(Overrides Editor.OnInspectorGUI.)
Top
See Also