Click or drag to resize
TextValueEditorEdit 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.ValueEditorsIValueEditorContext
Editor context to work with.

Implements

IValueEditorEdit(IValueEditorContext)
See Also