Enum PinFlags
Flag bits of a PinRecord.
[Flags]
public enum PinFlags
- Extension Methods
Fields
AlwaysOnTop = 1The pin was displayed always-on-top: never occluded by geometry, so no depth probe.
DuplicateNameDropped = 16Another pin of the same name was dropped this frame; this one survived.
None = 0No flag.
Occluded = 4Scene geometry is nearer than the anchor at its pixel (beyond the probe bias).
OcclusionTested = 8The depth probe ran for this pin.
OnCanvas = 2The anchor lies inside the canvas and inside the depth range.