Click or drag to resize
EnumValueEditor.Edit Method
Edits the specified context.

Namespace: Slash.Unity.Common.GUI.ValueEditors
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void Edit(
	IValueEditorContext context
)

Parameters

context
Type: Slash.Unity.Common.GUI.ValueEditors.IValueEditorContext
Editor context to work with.

Implements

IValueEditor.Edit(IValueEditorContext)
See Also