Click or drag to resize
IValueEditorContextGetValueT Method
Takes the value, tries to cast it to the specified type and returns it.

Namespace: Slash.Unity.Common.GUI.ValueEditors
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
T GetValue<T>()

Type Parameters

T
Expected type of value.

Return Value

Type: T
Value casted to specified type.
Exceptions
ExceptionCondition
Thrown if value isn't of expected type.
See Also