Interface MeasurePlaneOptions

測量裁切空間平面的參數。

interface MeasurePlaneOptions {
    planeEnableResize?: VolumePlaneMask;
    planeEnableRotation?: VolumePlaneMask;
}

Hierarchy

Properties

planeEnableResize?: VolumePlaneMask

裁切空間平面挑整大小設定。

planeEnableRotation?: VolumePlaneMask

裁切空間平面旋轉設定。

Generated using TypeDoc