Type Alias: WorldPlaneOrientation
type WorldPlaneOrientation = "horizontal" | "vertical" | "unknown";
Defined in: world-sensing.ts:83
Roughly which way a surface faces.
WebXR says "horizontal" or "vertical" and nothing else, so a host that
knows more (a sloped desk) reports "unknown" rather than this contract
inventing a third answer nobody can act on.