interface CursorRay {
    end: Vector3;
    hit: boolean;
    start: Vector3;
}

Properties

Properties

end: Vector3
hit: boolean
start: Vector3