Click or drag to resize
IValueEditorFactoryGetEditorT Method
Returns the value editor for a value of the specified type.

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

Type Parameters

T
Value type to get editor for.

Return Value

Type: IValueEditor
Value editor for specified type.
See Also