![]() | SimpleValueEditorContext Class |
Namespace: Slash.Unity.Common.GUI.ValueEditors
The SimpleValueEditorContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleValueEditorContext | Initializes a new instance of the SimpleValueEditorContext class |
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.
|