EarthSDK
    正在准备搜索索引...

    类型别名 ESTreeParam

    表示树的参数信息。

    type ESTreeParam = {
        id: string;
        location: ESJVector3D;
        scale: ESJVector3D;
        treeTypeId: number;
    }
    索引

    属性

    id: string

    树的唯一标识符。

    location: ESJVector3D

    树的位置。

    树的缩放比例。

    treeTypeId: number

    树类型的ID。