跟隨模式參數。

interface MoveModeParameter {
    offset?: GeoPoint;
    view?: null | FOLLOW_VIEW;
}

Properties

Properties

offset?: GeoPoint

跟隨模式使用第一人稱時的位移。

view?: null | FOLLOW_VIEW

跟隨模式使用第一人稱或第三人稱或null以外的任何參數離開跟隨模式。

Generated using TypeDoc