Table of Contents

Enum PickEntityMode

Namespace
VectorDraw.Render
Assembly
VectorDraw.Render.dll

Controls the method used for single entity picking operation.

public enum PickEntityMode

Fields

Auto = 3

Uses the DrawOrder is active render is Wire2d and EyeNearest is it is 3d render

Closest = 1

The entity picking operation returns the closest entity to the picking point.

DrawOrder = 0

The entity picking operation returns the first entity that passes throw pick rect, searching from the last to the first item in entities list.

EyeNearest = 2

The entity picking operation returns the entity that is nearest to the picking point in the Current View Z-order.