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