Click or drag to resize
GameConfigurationEditor Class
Custom inspector for game configurations.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.Inspectors.ConfigurationGameConfigurationEditor

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

The GameConfigurationEditor type exposes the following members.

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