| IValueEditorFactoryGetEditorT Method |
Returns the value editor for a value of the specified type.
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax IValueEditor GetEditor<T>()
Function GetEditor(Of T) As IValueEditor
generic<typename T>
IValueEditor^ GetEditor()
abstract GetEditor : unit -> IValueEditor
Type Parameters
- T
- Value type to get editor for.
Return Value
Type:
IValueEditorValue editor for specified type.
See Also