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