AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
XEOutlineComponent.lua 文件参考

#include <XEOutlineComponent.h>

类 XEOutlineComponent 继承关系图:
Inheritance graph

函数

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 = {}
 

函数说明

◆ GetOutlineColor()

function XEOutlineComponent GetOutlineColor ( )

获取描边线的颜色

返回
XCOLORBASE

◆ GetOutlineWidth()

function XEOutlineComponent GetOutlineWidth ( )

获取描边线的宽度

返回
number

◆ new()

function XEOutlineComponent new ( )

XEOutlineComponent_new00

返回
XEOutlineComponent

◆ SetOutlineColor()

function XEOutlineComponent SetOutlineColor ( color  ,
bApplyToMtl   
)

设置描边线的颜色

参数
colorXCOLORBASE 线颜色
bApplyToMtlboolean bApplyToMtl是否应用到材质
返回
void

◆ SetOutlineWidth()

function XEOutlineComponent SetOutlineWidth ( fLineWidth  ,
bApplyToMtl   
)

设置描边线的宽度

参数
fLineWidthnumber 线宽值
bApplyToMtlboolean bApplyToMtl是否应用到材质
返回
void

◆ UpdateOutline()

function XEOutlineComponent UpdateOutline ( )

@type string @readonly Component类型名

更新描边

返回
boolean

变量说明

◆ XEOutlineComponent