Table of Contents

Enum PinFlags

Namespace
Hi.Disp
Assembly
HiDisp.dll

Flag bits of a PinRecord.

[Flags]
public enum PinFlags
Extension Methods

Fields

AlwaysOnTop = 1

The pin was displayed always-on-top: never occluded by geometry, so no depth probe.

DuplicateNameDropped = 16

Another pin of the same name was dropped this frame; this one survived.

None = 0

No flag.

Occluded = 4

Scene geometry is nearer than the anchor at its pixel (beyond the probe bias).

OcclusionTested = 8

The depth probe ran for this pin.

OnCanvas = 2

The anchor lies inside the canvas and inside the depth range.