ICustomInspector.SetModel method
Namespace: NextDesign.Desktop.CustomUI
Description
Sets the model to be displayed in this inspector.
argument
| Name | Type | Description |
|---|---|---|
| target | object | the object to be displayed in the inspector |
| targets | IEnumerable <object> | Objects to be displayed in the Inspector If multiple elements are selected, all of them will be given. |
Return value
- void