XRPlaneContext: {
    collider?: MeshCollider;
    id: number;
    mesh?: Mesh | Group;
    timestamp: number;
    xrData: XRPlane & {
        semanticLabel?: string;
    } | XRMesh;
}

Used by WebXRPlaneTracking to track planes in the real world.