IValueEditorContext Interface |
[Missing <summary> documentation for "T:Slash.Unity.Common.GUI.ValueEditors.IValueEditorContext"]
Namespace: Slash.Unity.Common.GUI.ValueEditors
The IValueEditorContext type exposes the following members.
Name | Description | |
---|---|---|
Description |
Description of the attribute.
| |
Key |
Unique key, so the value editors can store meta data for the value over multiple frames.
| |
Name |
Name of the attribute.
| |
Type |
Value type.
| |
Value |
Value to edit.
|
Name | Description | |
---|---|---|
GetValueT |
Takes the value, tries to cast it to the specified type and returns it.
| |
TryGetValueT |
Tries to take the value, cast it to the specified type and return it. If value isn't of expected type, false is returned.
|