Method SetFromCollection
SetFromCollection(IEnumerable<Object>)
Resets selected objects list to a given collection.
Declaration
public void SetFromCollection(IEnumerable<Scene.Object> objects)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Scene.Object> | objects | A collection of objects to be selected. All the other objects will be deselected. |