Interface PlayAreaResponse

The structure of a PlayArea response from OpenVR2WS.

interface PlayAreaResponse {
    Data: {
        Corners: Vec3[];
        Size: Vec3;
    };
    Key: PlayArea;
    Message: string;
    Nonce?: string;
    Type: Command;
}

Hierarchy (view full)

Properties

Data: {
    Corners: Vec3[];
    Size: Vec3;
}

Type declaration

Message: string
Nonce?: string
Type: Command