[]
Attaches the window editor to the group.
public override void AttachPopupEditor(CollectionEditorControl editor, PropertyGroup group, Action<CollectionEditorControl, object> valueChanged)
| Type | Name | Description |
|---|---|---|
| CollectionEditorControl | editor | The editor being attached. |
| PropertyGroup | group | The group to be attached. |
| Action<CollectionEditorControl, object> | valueChanged | Callback used to notify the editor changed. |