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

#include <XEImgSegmentationComponent.h>

类 XEImgSegmentationComponent 继承关系图:
Inheritance graph

函数

function XEImgSegmentationComponent new () end
 
function XEImgSegmentationComponent RebuildMaskTexture (pEnvBridge) end
 
function XEImgSegmentationComponent RebuildDiffuseTexture (pTexPath) end
 
function XEImgSegmentationComponent AcceptDiffuseTexture (pTexIns, bReleaseOld) end
 
function XEImgSegmentationComponent GetBlendColor () end
 
function XEImgSegmentationComponent SetBlendColor (color) end
 
function XEImgSegmentationComponent GetDiffuseTexPath () end
 
function XEImgSegmentationComponent GetTypeName () end
 

变量

 XEImgSegmentationComponent = {}
 

函数说明

◆ AcceptDiffuseTexture()

function XEImgSegmentationComponent AcceptDiffuseTexture ( pTexIns  ,
bReleaseOld   
)

XEImgSegmentationComponent_AcceptDiffuseTexture00

参数
pTexInsIXTexture2D
bReleaseOldboolean
返回
void

◆ GetBlendColor()

function XEImgSegmentationComponent GetBlendColor ( )

XEImgSegmentationComponent_GetBlendColor00

返回
XCOLORBASE

◆ GetDiffuseTexPath()

function XEImgSegmentationComponent GetDiffuseTexPath ( )

XEImgSegmentationComponent_GetDiffuseTexPath00

返回
string

◆ GetTypeName()

function XEImgSegmentationComponent GetTypeName ( )

XEImgSegmentationComponent_GetTypeName00

返回
string

◆ new()

function XEImgSegmentationComponent new ( )

XEImgSegmentationComponent_new00

返回
XEImgSegmentationComponent

◆ RebuildDiffuseTexture()

function XEImgSegmentationComponent RebuildDiffuseTexture ( pTexPath  )

XEImgSegmentationComponent_RebuildDiffuseTexture00

参数
pTexPathstring
返回
boolean

◆ RebuildMaskTexture()

function XEImgSegmentationComponent RebuildMaskTexture ( pEnvBridge  )

XEImgSegmentationComponent_RebuildMaskTexture00

参数
pEnvBridgeXEDecorationEnvBridgeBase
返回
boolean

◆ SetBlendColor()

function XEImgSegmentationComponent SetBlendColor ( color  )

XEImgSegmentationComponent_SetBlendColor00

参数
colorXCOLORBASE
返回
void

变量说明

◆ XEImgSegmentationComponent