Click or drag to resize
EnumValueEditor Class
Editor to change an enum value.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.GUI.ValueEditorsEnumValueEditor

Namespace: Slash.Unity.Common.GUI.ValueEditors
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class EnumValueEditor : IValueEditor

The EnumValueEditor type exposes the following members.

Constructors
  NameDescription
Public methodEnumValueEditor
Initializes a new instance of the EnumValueEditor class
Top
Methods
  NameDescription
Public methodEdit
Edits the specified context.
Top
See Also