API Reference · Overlays and labels

OverlayOffScreen

Namespace: Ava3D

public enum OverlayOffScreen

What to do with a child whose projected point is outside the panel.

Values

ValueDescription
Show

Place it anyway, wherever it lands. The default.

Hide

Do not place it.

ClampToEdge

Slide it to the nearest edge, so it stays visible pointing at something off the side of the picture. The waypoint marker.

See also