AR_Engine_SDK
|
Variables | |
PLATFORM_OS_NONE = 0 | |
PLATFORM_OS_IOS = 0 | |
PLATFORM_OS_ANDROID = 0 | |
xes__Director = {} | |
xe | Director = xes__Director |
function xes__Director ActiveARSupport | ( | bActive | , |
bInternal | |||
) |
激活AR
bActive | boolean |
bInternal | boolean |
function xes__Director ARIsActive | ( | ) |
判断AR是否激活
function xes__Director ClearBackground | ( | ) |
清除背景
function xes__Director EnableClearColor | ( | bClearColor | ) |
设置是否允许清除背景
bClearColor | boolean |
function xes__Director GetAnimationManager | ( | ) |
获取动画管理器
function xes__Director GetARModule | ( | ) |
获取AR模块
function xes__Director GetDressupManager | ( | ) |
获取装扮管理器
function xes__Director GetEngine | ( | ) |
获取引擎实例
function xes__Director GetEventDispatcher | ( | ) |
获取事件派发器
function xes__Director GetInstance | ( | ) |
获取Director实例
function xes__Director getMagicCore | ( | ) |
获取MagicCore
function xes__Director GetPlatform | ( | ) |
获取当前平台
function xes__Director GetRunningScene | ( | ) |
获取当前所有正在运行中的场景
function xes__Director GetTopScene | ( | ) |
获取栈顶场景
function xes__Director GetVersion | ( | ) |
获取引擎版本号
function xes__Director GetVersionNum | ( | ) |
获取引擎版本号
function xes__Director GetViewport | ( | ) |
获取当前视口
function xes__Director PopScene | ( | ) |
移除场景
function xes__Director PrintEngineEnvironment | ( | ) |
打印当前引擎环境
function xes__Director PushScene | ( | mScene | ) |
function xes__Director ResizeWindow | ( | width | , |
height | |||
) |
重设Window尺寸
width | number 宽 |
height | number 高 |
function xes__Director SetEngineLogEnable | ( | logEnable | ) |
设置引擎日志开关
logEnable | boolean |
function xes__Director SetLogEnable | ( | logEnable | ) |
设置日志开关
logEnable | boolean |
function xes__Director ShowDebugInfo | ( | show | ) |
设置是否显示调试信息
show | boolean |
xe Director = xes__Director |
PLATFORM_OS_ANDROID = 0 |
PLATFORM_OS_IOS = 0 |
PLATFORM_OS_NONE = 0 |
Generated by EmmyLua(https://github.com/EmmyLua) Created by HongjieFu. DateTime: 2019-08-29 18:27
xes__Director = {} |