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

#include <XUIImageArray.h>

类 XUIImageArray 继承关系图:
Inheritance graph

#include <XUIImageArray.h>

XUIImageArray::XUIImageElement 的协作图:
Collaboration graph

函数

function XUIImageArray Create () end
 
function XUIImageArray Create (strTextureName, texType) end
 
function XUIImageArray new () end
 
function XUIImageArray LoadTexture (strTexture, texType) end
 
function XUIImageArray GetTexturePath () end
 
function XUIImageArray SetNum (nNum) end
 
function XUIImageArray GetNum () end
 
function XUIImageArray GetActiveNum () end
 
function XUIImageArray SetLife (fLife) end
 
function XUIImageArray GetLife () end
 
function XUIImageArray SetFadeRatio (fRatio) end
 
function XUIImageArray GetFadeRatio () end
 
function XUIImageArray AddImage (vPos, vSize, fRotation, pUserData) end
 
function XUIImageArray RemoveImage (pUserData) end
 
function XUIImageArray UpdateImage (pData, vPos, vSize, fRotation) end
 
function XUIImageArray UpdateImage (pData, vPos, vSize, fRotation, color) end
 
function XUIImageArray UpdateImage (pData, vPos, fRotation) end
 
function XUIImageArray UpdateImage (pData, vPos, fRotation, color) end
 
function XUIImageArray GetImage (pData) end
 
function XUIImageArray SetImageKilledEventListener (callback) end
 
function XUIImageArray SetUseSequence (bUse) end
 
function XUIImageArray IsUseSequence () end
 
function XUIImageArray SetUVTile (vTile) end
 
function XUIImageArray SetUVTile (fUTile, fVTile) end
 
function XUIImageArray GetUVTile () end
 
function XUIImageArray SetSequenceFPS (fFPS) end
 
function XUIImageArray GetSequenceFPS () end
 
function XUIImageArray SetActualFrameNum (nNum) end
 
function XUIImageArray GetActualFrameNum () end
 
function XUIImageArray SetMetaballEnabled (bEnable) end
 
function XUIImageArray IsMetaballEnabled () end
 
function XUIImageArray SetMetaballRadius (fRadius) end
 
function XUIImageArray GetMetaballRadius () end
 
function XUIImageArray SetMetaballRadiusExtent (fRadiusExtent) end
 
function XUIImageArray GetMetaballRadiusExtent () end
 
function XUIImageArray SetMetaballEnergyThreshold (fEnergyThreshold) end
 
function XUIImageArray GetMetaballEnergyThreshold () end
 
function XUIImageArray SetMetaballColor (color) end
 
function XUIImageArray GetMetaballColor () end
 

变量

 XUIImageArray = {}
 
 XUIImageArray__XUIImageElement = {}
 
XUIImageArray XUIImageElement = XUIImageArray__XUIImageElement
 
XUIImageArray__XUIImageElement m_vPosition = {}
 @type XVECTOR2 更多...
 
XUIImageArray__XUIImageElement m_vSize = {}
 @type XVECTOR2 更多...
 
XUIImageArray__XUIImageElement m_fRotation = 0
 @type number 更多...
 
XUIImageArray__XUIImageElement m_fTime = 0
 @type number 更多...
 
XUIImageArray__XUIImageElement m_Color = {}
 @type XCOLORBASE 更多...
 
XUIImageArray__XUIImageElement m_pUserData = {}
 @type userdata 更多...
 

函数说明

◆ AddImage()

function XUIImageArray AddImage ( vPos  ,
vSize  ,
fRotation  ,
pUserData   
)

XUIImageArray_AddImage00

参数
vPosXVECTOR2
vSizeXVECTOR2
fRotationnumber
pUserDatauserdata
返回
void

◆ Create() [1/2]

function XUIImageArray Create ( )

XUIImageArray_Create00

返回
XUIImageArray

◆ Create() [2/2]

function XUIImageArray Create ( strTextureName  ,
texType   
)

XUIImageArray_Create01

参数
strTextureNamestring
texTypenumber
返回
XUIImageArray

◆ GetActiveNum()

function XUIImageArray GetActiveNum ( )

XUIImageArray_GetActiveNum00

返回
number

◆ GetActualFrameNum()

function XUIImageArray GetActualFrameNum ( )

XUIImageArray_GetActualFrameNum00

返回
number

◆ GetFadeRatio()

function XUIImageArray GetFadeRatio ( )

XUIImageArray_GetFadeRatio00

返回
number

◆ GetImage()

function XUIImageArray GetImage ( pData  )

XUIImageArray_GetImage00

参数
pDatauserdata
返回
XUIImageArray__XUIImageElement

◆ GetLife()

function XUIImageArray GetLife ( )

XUIImageArray_GetLife00

返回
number

◆ GetMetaballColor()

function XUIImageArray GetMetaballColor ( )

XUIImageArray_GetMetaballColor00

返回
XCOLORBASE

◆ GetMetaballEnergyThreshold()

function XUIImageArray GetMetaballEnergyThreshold ( )

XUIImageArray_GetMetaballEnergyThreshold00

返回
number

◆ GetMetaballRadius()

function XUIImageArray GetMetaballRadius ( )

XUIImageArray_GetMetaballRadius00

返回
number

◆ GetMetaballRadiusExtent()

function XUIImageArray GetMetaballRadiusExtent ( )

XUIImageArray_GetMetaballRadiusExtent00

返回
number

◆ GetNum()

function XUIImageArray GetNum ( )

XUIImageArray_GetNum00

返回
number

◆ GetSequenceFPS()

function XUIImageArray GetSequenceFPS ( )

XUIImageArray_GetSequenceFPS00

返回
number

◆ GetTexturePath()

function XUIImageArray GetTexturePath ( )

XUIImageArray_GetTexturePath00

返回
string

◆ GetUVTile()

function XUIImageArray GetUVTile ( )

XUIImageArray_GetUVTile00

返回
XVECTOR2

◆ IsMetaballEnabled()

function XUIImageArray IsMetaballEnabled ( )

XUIImageArray_IsMetaballEnabled00

返回
boolean

◆ IsUseSequence()

function XUIImageArray IsUseSequence ( )

XUIImageArray_IsUseSequence00

返回
boolean

◆ LoadTexture()

function XUIImageArray LoadTexture ( strTexture  ,
texType   
)

XUIImageArray_LoadTexture00

参数
strTexturestring
texTypenumber
返回
boolean

◆ new()

function XUIImageArray new ( )

XUIImageArray_new00

返回
XUIImageArray

◆ RemoveImage()

function XUIImageArray RemoveImage ( pUserData  )

XUIImageArray_RemoveImage00

参数
pUserDatauserdata
返回
void

◆ SetActualFrameNum()

function XUIImageArray SetActualFrameNum ( nNum  )

XUIImageArray_SetActualFrameNum00

参数
nNumnumber
返回
void

◆ SetFadeRatio()

function XUIImageArray SetFadeRatio ( fRatio  )

XUIImageArray_SetFadeRatio00

参数
fRationumber
返回
void

◆ SetImageKilledEventListener()

function XUIImageArray SetImageKilledEventListener ( callback  )

@manual xelua_XEngine_XUIImageArray_SetImageKilledEventListener_manual XUIImageArray_SetImageKilledEventListener_manual

参数
callbackstd::function<void(XUINode*, _userdata )>
返回
void

◆ SetLife()

function XUIImageArray SetLife ( fLife  )

XUIImageArray_SetLife00

参数
fLifenumber
返回
void

◆ SetMetaballColor()

function XUIImageArray SetMetaballColor ( color  )

XUIImageArray_SetMetaballColor00

参数
colorXCOLORBASE
返回
void

◆ SetMetaballEnabled()

function XUIImageArray SetMetaballEnabled ( bEnable  )

XUIImageArray_SetMetaballEnabled00

参数
bEnableboolean
返回
void

◆ SetMetaballEnergyThreshold()

function XUIImageArray SetMetaballEnergyThreshold ( fEnergyThreshold  )

XUIImageArray_SetMetaballEnergyThreshold00

参数
fEnergyThresholdnumber
返回
void

◆ SetMetaballRadius()

function XUIImageArray SetMetaballRadius ( fRadius  )

XUIImageArray_SetMetaballRadius00

参数
fRadiusnumber
返回
void

◆ SetMetaballRadiusExtent()

function XUIImageArray SetMetaballRadiusExtent ( fRadiusExtent  )

XUIImageArray_SetMetaballRadiusExtent00

参数
fRadiusExtentnumber
返回
void

◆ SetNum()

function XUIImageArray SetNum ( nNum  )

XUIImageArray_SetNum00

参数
nNumnumber
返回
void

◆ SetSequenceFPS()

function XUIImageArray SetSequenceFPS ( fFPS  )

XUIImageArray_SetSequenceFPS00

参数
fFPSnumber
返回
void

◆ SetUseSequence()

function XUIImageArray SetUseSequence ( bUse  )

XUIImageArray_SetUseSequence00

参数
bUseboolean
返回
void

◆ SetUVTile() [1/2]

function XUIImageArray SetUVTile ( fUTile  ,
fVTile   
)

XUIImageArray_SetUVTile01

参数
fUTilenumber
fVTilenumber
返回
void

◆ SetUVTile() [2/2]

function XUIImageArray SetUVTile ( vTile  )

XUIImageArray_SetUVTile00

参数
vTileXVECTOR2
返回
void

◆ UpdateImage() [1/4]

function XUIImageArray UpdateImage ( pData  ,
vPos  ,
fRotation   
)

XUIImageArray_UpdateImage02

参数
pDatauserdata
vPosXVECTOR2
fRotationnumber
返回
void

◆ UpdateImage() [2/4]

function XUIImageArray UpdateImage ( pData  ,
vPos  ,
fRotation  ,
color   
)

XUIImageArray_UpdateImage03

参数
pDatauserdata
vPosXVECTOR2
fRotationnumber
colorXCOLORBASE
返回
void

◆ UpdateImage() [3/4]

function XUIImageArray UpdateImage ( pData  ,
vPos  ,
vSize  ,
fRotation   
)

XUIImageArray_UpdateImage00

参数
pDatauserdata
vPosXVECTOR2
vSizeXVECTOR2
fRotationnumber
返回
void

◆ UpdateImage() [4/4]

function XUIImageArray UpdateImage ( pData  ,
vPos  ,
vSize  ,
fRotation  ,
color   
)

XUIImageArray_UpdateImage01

参数
pDatauserdata
vPosXVECTOR2
vSizeXVECTOR2
fRotationnumber
colorXCOLORBASE
返回
void

变量说明

◆ m_Color

◆ m_fRotation

@type number

◆ m_fTime

@type number

◆ m_pUserData

@type userdata

◆ m_vPosition

@type XVECTOR2

◆ m_vSize

◆ XUIImageArray

◆ XUIImageArray__XUIImageElement

◆ XUIImageElement