Click or drag to resize
ValueEditorContextGetValueT 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
public static T GetValue<T>(
	Object objectValue
)

Parameters

objectValue
Type: SystemObject

[Missing <param name="objectValue"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.ValueEditorContext.GetValue``1(System.Object)"]

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