 | IValueEditorEdit Method |
Edits the specified context.
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxvoid Edit(
IValueEditorContext context
)
Sub Edit (
context As IValueEditorContext
)
void Edit(
IValueEditorContext^ context
)
abstract Edit :
context : IValueEditorContext -> unit
Parameters
- context
- Type: Slash.Unity.Common.GUI.ValueEditorsIValueEditorContext
Editor context to work with.
See Also