thingorigin2.0
    正在准备搜索索引...

    接口 spriteShapeParams

    精灵形状参数

    LL

    2021/09/16

    string 形状类型 例:'sphere'||'triangle'

    string 颜色 例:'#f00'

    number 半径 例:5

    interface spriteShapeParams {
        color: string;
        radius: number;
        shape: string;
    }
    索引

    属性

    color: string
    radius: number
    shape: string