接口 CursorRay实验性

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

属性

属性

end: Vector3
hit: boolean
start: Vector3