AR_Engine_SDK
函数 | 变量
XETexCustomPrimitive.lua 文件参考

#include <XETexCustomPrimitive.h>

类 XETexCustomPrimitive 继承关系图:
Inheritance graph

函数

function XETexCustomPrimitive GetZDelta () end
 
function XETexCustomPrimitive SetZDelta (fDelta) end
 
function XETexCustomPrimitive GetPivotVerticalType () end
 
function XETexCustomPrimitive GetTexcoordOrigin () end
 
function XETexCustomPrimitive SetPivotVerticalType (ePvt) end
 
function XETexCustomPrimitive SetTexcoordOrigin (eTexOrigin) end
 
function XETexCustomPrimitive GetCullMode () end
 
function XETexCustomPrimitive SetCullMode (cm) end
 
function XETexCustomPrimitive GetCompositingMode () end
 
function XETexCustomPrimitive SetCompositingMode (cm) end
 
function XETexCustomPrimitive ApplyCullModeAndCompositingMode () end
 
function XETexCustomPrimitive RebuildVertexBuffer () end
 
function XETexCustomPrimitive UpdateVertexBuffer () end
 
function XETexCustomPrimitive SetFromRectVertex (arrVertWorldPos) end
 
function XETexCustomPrimitive Empty () end
 
function XETexCustomPrimitive GetRectVertexLength () end
 
function XETexCustomPrimitive GetRectVertices () end
 

变量

 XETexCustomPrimitive = {}
 
XETexCustomPrimitive TO_LEFT_TOP = 0
 
XETexCustomPrimitive TO_LEFT_BOTTOM = 0
 
XETexCustomPrimitive TO_RIGHT_TOP = 0
 
XETexCustomPrimitive TO_RIGHT_BOTTOM = 0
 
XETexCustomPrimitive EPVT_CENTER = 0
 
XETexCustomPrimitive EPVT_BOTTOM = 0
 
XETexCustomPrimitive CM_UNKNOWN = 0
 
XETexCustomPrimitive CM_OFF = 0
 
XETexCustomPrimitive CM_BACK = 0
 
XETexCustomPrimitive CM_FRONT = 0
 
XETexCustomPrimitive CM_ALPHA_BLEND = 0
 
XETexCustomPrimitive CM_NORMAL_BLEND = 0
 
XETexCustomPrimitive CM_OVER_LAY = 0
 
XETexCustomPrimitive CM_MULTIPLY = 0
 
XETexCustomPrimitive CM_DARKEN = 0
 
XETexCustomPrimitive CM_LIGHTEN = 0
 
XETexCustomPrimitive CM_COLOR_BURN = 0
 
XETexCustomPrimitive CM_COLOR_DODGE = 0
 
XETexCustomPrimitive CM_LINEAR_BURN = 0
 
XETexCustomPrimitive CM_SCREEN = 0
 
XETexCustomPrimitive CM_HARD_LIGHT = 0
 
XETexCustomPrimitive CM_SOFT_LIGHT = 0
 
XETexCustomPrimitive CM_VIVID_LIGHT = 0
 
XETexCustomPrimitive CM_HUE = 0
 
XETexCustomPrimitive CM_SATURATION = 0
 
XETexCustomPrimitive CM_LUMINOSITY = 0
 
XETexCustomPrimitive CM_COLOR = 0
 
XETexCustomPrimitive CM_EXCLUSION = 0
 
XETexCustomPrimitive CM_DIFFERENCE = 0
 
XETexCustomPrimitive CM_ADD = 0
 
XETexCustomPrimitive CM_SUBTRACT = 0
 
XETexCustomPrimitive CM_DIVIDE = 0
 
XETexCustomPrimitive CM_LINEAR_LIGHT = 0
 
XETexCustomPrimitive CM_PIN_LIGHT = 0
 
XETexCustomPrimitive CM_COUNT = 0
 

函数说明

◆ ApplyCullModeAndCompositingMode()

function XETexCustomPrimitive ApplyCullModeAndCompositingMode ( )

XETexCustomPrimitive_ApplyCullModeAndCompositingMode00

返回
void

◆ Empty()

function XETexCustomPrimitive Empty ( )

XETexCustomPrimitive_Empty00

返回
void

◆ GetCompositingMode()

function XETexCustomPrimitive GetCompositingMode ( )

XETexCustomPrimitive_GetCompositingMode00

返回
number

◆ GetCullMode()

function XETexCustomPrimitive GetCullMode ( )

XETexCustomPrimitive_GetCullMode00

返回
number

◆ GetPivotVerticalType()

function XETexCustomPrimitive GetPivotVerticalType ( )

XETexCustomPrimitive_GetPivotVerticalType00

返回
number

◆ GetRectVertexLength()

function XETexCustomPrimitive GetRectVertexLength ( )

XETexCustomPrimitive_GetRectVertexLength00

返回
XVECTOR2

◆ GetRectVertices()

function XETexCustomPrimitive GetRectVertices ( )

XETexCustomPrimitive_GetRectVertices00

返回
XVECTOR3[]

◆ GetTexcoordOrigin()

function XETexCustomPrimitive GetTexcoordOrigin ( )

XETexCustomPrimitive_GetTexcoordOrigin00

返回
number

◆ GetZDelta()

function XETexCustomPrimitive GetZDelta ( )

XETexCustomPrimitive_GetZDelta00

返回
number

◆ RebuildVertexBuffer()

function XETexCustomPrimitive RebuildVertexBuffer ( )

XETexCustomPrimitive_RebuildVertexBuffer00

返回
void

◆ SetCompositingMode()

function XETexCustomPrimitive SetCompositingMode ( cm  )

XETexCustomPrimitive_SetCompositingMode00

参数
cmnumber
返回
void

◆ SetCullMode()

function XETexCustomPrimitive SetCullMode ( cm  )

XETexCustomPrimitive_SetCullMode00

参数
cmnumber
返回
void

◆ SetFromRectVertex()

function XETexCustomPrimitive SetFromRectVertex ( arrVertWorldPos  )

XETexCustomPrimitive_SetFromRectVertex00

参数
arrVertWorldPosXVECTOR3[]
返回
boolean

◆ SetPivotVerticalType()

function XETexCustomPrimitive SetPivotVerticalType ( ePvt  )

XETexCustomPrimitive_SetPivotVerticalType00

参数
ePvtnumber
返回
void

◆ SetTexcoordOrigin()

function XETexCustomPrimitive SetTexcoordOrigin ( eTexOrigin  )

XETexCustomPrimitive_SetTexcoordOrigin00

参数
eTexOriginnumber
返回
void

◆ SetZDelta()

function XETexCustomPrimitive SetZDelta ( fDelta  )

XETexCustomPrimitive_SetZDelta00

参数
fDeltanumber
返回
void

◆ UpdateVertexBuffer()

function XETexCustomPrimitive UpdateVertexBuffer ( )

XETexCustomPrimitive_UpdateVertexBuffer00

返回
void

变量说明

◆ CM_ADD

◆ CM_ALPHA_BLEND

XETexCustomPrimitive CM_ALPHA_BLEND = 0

◆ CM_BACK

XETexCustomPrimitive CM_BACK = 0

◆ CM_COLOR

XETexCustomPrimitive CM_COLOR = 0

◆ CM_COLOR_BURN

XETexCustomPrimitive CM_COLOR_BURN = 0

◆ CM_COLOR_DODGE

XETexCustomPrimitive CM_COLOR_DODGE = 0

◆ CM_COUNT

XETexCustomPrimitive CM_COUNT = 0

◆ CM_DARKEN

XETexCustomPrimitive CM_DARKEN = 0

◆ CM_DIFFERENCE

XETexCustomPrimitive CM_DIFFERENCE = 0

◆ CM_DIVIDE

XETexCustomPrimitive CM_DIVIDE = 0

◆ CM_EXCLUSION

XETexCustomPrimitive CM_EXCLUSION = 0

◆ CM_FRONT

XETexCustomPrimitive CM_FRONT = 0

◆ CM_HARD_LIGHT

XETexCustomPrimitive CM_HARD_LIGHT = 0

◆ CM_HUE

◆ CM_LIGHTEN

XETexCustomPrimitive CM_LIGHTEN = 0

◆ CM_LINEAR_BURN

XETexCustomPrimitive CM_LINEAR_BURN = 0

◆ CM_LINEAR_LIGHT

XETexCustomPrimitive CM_LINEAR_LIGHT = 0

◆ CM_LUMINOSITY

XETexCustomPrimitive CM_LUMINOSITY = 0

◆ CM_MULTIPLY

XETexCustomPrimitive CM_MULTIPLY = 0

◆ CM_NORMAL_BLEND

XETexCustomPrimitive CM_NORMAL_BLEND = 0

◆ CM_OFF

◆ CM_OVER_LAY

XETexCustomPrimitive CM_OVER_LAY = 0

◆ CM_PIN_LIGHT

XETexCustomPrimitive CM_PIN_LIGHT = 0

◆ CM_SATURATION

XETexCustomPrimitive CM_SATURATION = 0

◆ CM_SCREEN

XETexCustomPrimitive CM_SCREEN = 0

◆ CM_SOFT_LIGHT

XETexCustomPrimitive CM_SOFT_LIGHT = 0

◆ CM_SUBTRACT

XETexCustomPrimitive CM_SUBTRACT = 0

◆ CM_UNKNOWN

XETexCustomPrimitive CM_UNKNOWN = 0

◆ CM_VIVID_LIGHT

XETexCustomPrimitive CM_VIVID_LIGHT = 0

◆ EPVT_BOTTOM

XETexCustomPrimitive EPVT_BOTTOM = 0

◆ EPVT_CENTER

XETexCustomPrimitive EPVT_CENTER = 0

◆ TO_LEFT_BOTTOM

XETexCustomPrimitive TO_LEFT_BOTTOM = 0

◆ TO_LEFT_TOP

XETexCustomPrimitive TO_LEFT_TOP = 0

◆ TO_RIGHT_BOTTOM

XETexCustomPrimitive TO_RIGHT_BOTTOM = 0

◆ TO_RIGHT_TOP

XETexCustomPrimitive TO_RIGHT_TOP = 0

◆ XETexCustomPrimitive