關節資訊參數。

interface JointInfoParameter {
    name: null | string;
    position: Geo3DPoint;
}

Properties

Properties

name: null | string

名稱

position: Geo3DPoint

座標

Generated using TypeDoc