yolkbot
    Preparing search index...

    Interface PlayerView

    The view property on a Player

    interface PlayerView {
        pitch: number;
        yaw: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    pitch: number

    The player's pitch (vertical rotation, -1.5 to 1.5)

    yaw: number

    The player's yaw (horizontal rotation, 0 to Math.PI*2)