Click or drag to resize
IValueEditorContext Interface

[Missing <summary> documentation for "T:Slash.Unity.Common.GUI.ValueEditors.IValueEditorContext"]

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

The IValueEditorContext type exposes the following members.

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