Click or drag to resize
SimpleValueEditorContext Class
Value editor context where every property can and has to be set.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.GUI.ValueEditorsSimpleValueEditorContext

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

The SimpleValueEditorContext type exposes the following members.

Constructors
  NameDescription
Public methodSimpleValueEditorContext
Initializes a new instance of the SimpleValueEditorContext class
Top
Properties
  NameDescription
Public propertyDescription
Description of the attribute.
Public propertyKey
Unique key, so the value editors can store meta data for the value over multiple frames.
Public propertyName
Name of the attribute.
Public propertyType
Value type.
Public propertyValue
Value to edit.
Top
Methods
See Also