robot_2Generated
code_blocksInput

Description

The Edges field is a member of the SelectMode enumeration within the Editor.MapEditor namespace. It represents a selection mode used in the map editor to specifically select edges of objects within the editor environment.

Usage

Use the SelectMode.Edges enumeration value when you need to set the selection mode of the map editor to focus on edges. This is particularly useful when you want to manipulate or analyze the edges of geometric shapes or models in the editor.

Example

// Example of setting the selection mode to Edges in a map editor
MapEditor editor = new MapEditor();
editor.CurrentSelectMode = SelectMode.Edges;

// Now the editor is set to select edges of objects
// Perform operations that require edge selection
// For example, highlighting or modifying edges