The Selection class in the Editor.MapEditor
namespace represents the current selection set for the active map. It primarily supports selections of MapNode objects. Future updates may extend this to include vertices, edges, and faces.
The Selection class in the Editor.MapEditor
namespace represents the current selection set for the active map. It primarily supports selections of MapNode objects. Future updates may extend this to include vertices, edges, and faces.
Member Name | Summary |
---|---|
Add | Add a MapNode to the current selection. |
Set | Set the current selection to a single MapNode. |
Remove | Remove a MapNode from the current selection. |
Clear | Clear everything from the current selection set. |
SelectAll | Add all MapNode objects to the current selection. |
InvertSelection | Invert the current selection. |
Member Name | Summary |
---|---|
SelectMode | The current selection mode, such as Meshes or Objects. |
PivotPosition | The position of the selection's pivot. |
All | All the MapNode objects in the current selection set. |