thingorigin2.0
正在准备搜索索引...
ts/TModelInterfaces
spriteShapeParams
接口 spriteShapeParams
Description
精灵形状参数
作者
LL
Date
2021/09/16
Shape
string 形状类型 例:'sphere'||'triangle'
Color
string 颜色 例:'#f00'
Radius
number 半径 例:5
interface
spriteShapeParams
{
color
:
string
;
radius
:
number
;
shape
:
string
;
}
索引
属性
color
radius
shape
属性
color
color
:
string
radius
radius
:
number
shape
shape
:
string
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
color
radius
shape
thingorigin2.0
加载中……
Description
精灵形状参数
作者
LL
Date
2021/09/16
Shape
string 形状类型 例:'sphere'||'triangle'
Color
string 颜色 例:'#f00'
Radius
number 半径 例:5