@minecraft
    正在准备搜索索引...

    类型别名 Ray

    Ray representing a direction from a set location. This location typically corresponds to the location of a mouse click performed on the client.

    type Ray = {
        cursorBlockLocation: Vector3;
        direction: Vector3;
        location: Vector3;
        rayHit: boolean;
    }
    索引

    属性

    cursorBlockLocation: Vector3
    direction: Vector3
    location: Vector3
    rayHit: boolean