AR_Engine_SDK
|
#include <XEOutlineComponent.h>
函数 | |
function XEOutlineComponent | new () end |
function XEOutlineComponent | UpdateOutline () end |
@type string @readonly Component类型名 | |
function XEOutlineComponent | SetOutlineWidth (fLineWidth, bApplyToMtl) end |
function XEOutlineComponent | GetOutlineWidth () end |
function XEOutlineComponent | SetOutlineColor (color, bApplyToMtl) end |
function XEOutlineComponent | GetOutlineColor () end |
变量 | |
XEOutlineComponent = {} | |
function XEOutlineComponent GetOutlineColor | ( | ) |
获取描边线的颜色
function XEOutlineComponent GetOutlineWidth | ( | ) |
获取描边线的宽度
function XEOutlineComponent new | ( | ) |
XEOutlineComponent_new00
function XEOutlineComponent SetOutlineColor | ( | color | , |
bApplyToMtl | |||
) |
function XEOutlineComponent SetOutlineWidth | ( | fLineWidth | , |
bApplyToMtl | |||
) |
设置描边线的宽度
fLineWidth | number 线宽值 |
bApplyToMtl | boolean bApplyToMtl是否应用到材质 |
function XEOutlineComponent UpdateOutline | ( | ) |
@type string @readonly Component类型名
更新描边
XEOutlineComponent = {} |