Interface ColumnarPatchCapacityV1Experimental

Row, vertex, and ring counts describing declared or remaining capacity.

interface ColumnarPatchCapacityV1 {
    rings: number;
    rows: number;
    vertices: number;
}

Properties

Properties

rings: number
rows: number
vertices: number