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