| IValueEditorFactoryGetEditor Method (Type) |
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(
Type type
)
Function GetEditor (
type As Type
) As IValueEditor
IValueEditor^ GetEditor(
Type^ type
)
abstract GetEditor :
type : Type -> IValueEditor
Parameters
- type
- Type: SystemType
Value type to get editor for.
Return Value
Type:
IValueEditorValue editor for specified type.
See Also