Enum PickEntityMode
- Namespace
- VectorDraw.Render
- Assembly
- VectorDraw.Render.dll
Controls the method used for single entity picking operation.
public enum PickEntityMode
Fields
Auto = 3Uses the DrawOrder is active render is Wire2d and EyeNearest is it is 3d render
Closest = 1The entity picking operation returns the closest entity to the picking point.
DrawOrder = 0The entity picking operation returns the first entity that passes throw pick rect, searching from the last to the first item in entities list.
EyeNearest = 2The entity picking operation returns the entity that is nearest to the picking point in the Current View Z-order.