AR_Engine_SDK
Functions | Variables
XUILoopAction.lua File Reference
类 XUILoopAction 继承关系图:
Inheritance graph

Functions

function XUILoopAction Create (pAction) end
 
function XUILoopAction Clone () end
 
function XUILoopAction IsDone () end
 

Variables

 XUILoopAction = {}
 

Function Documentation

◆ Clone()

function XUILoopAction Clone ( )

返回一个克隆的动作。

Returns
XUILoopAction

◆ Create()

function XUILoopAction Create ( pAction  )

创建一个XUILoopAction

Parameters
pActionXUIActionInterval XUIActionInterval
Returns
XUILoopAction

◆ IsDone()

function XUILoopAction IsDone ( )

如果动作已经完成就返回true

Returns
boolean

Variable Documentation

◆ XUILoopAction