大约有 1,546 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0060 秒)
Laya_社区(545) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(64) Laya2.0_示例(2)
Timer Handler被覆盖 class Timer _getHandler(caller, method) { var cid = caller ? caller.$_GID || (caller.$_GID = ILaya.Utils.getGID()) : 0; var mid = method.$_TID || (method.$_TID = (Timer._mid++) * 100000); return this._map[cid + mid]; } 当游戏玩的功能多时间长了,随着cal...
来源: Laya_社区 发布时间: 20210701
...是testDemo LayaSample类: package { import laya.display.Sprite; public class LayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(); var de:DisEvent = new DisEvent(); } } } R...
来源: Laya_社区 发布时间: 20170604
...l Inherited Externals Only exported Menu Globals "laya/ui/UIEvent" UIEvent Class UIEvent UIEvent 类用来定义UI组件类的事件类型。 Hierarchy UIEvent Index Properties HIDE_TIP SHOW_TIP Properties Static HIDE_TIP HIDE_TIP: string = "hidetip" Defined in laya/ui/UIEvent.ts:12 隐藏提示信...
来源: Laya3.0_api 发布时间: 20231115
升级Laya2.2.0报Class constructor Scene cannot be invoked without 'new'解决办法 升级库到2.2.0beta: ①下载LayaAir2.2.0beta库文件 ②把根目录下bin/libs删掉,解压库文件libs到bin/libs目录 ③把根目录下libs删掉,解压库文件ts到根目录 运行报错:Cl...
来源: Laya_社区 发布时间: 20190731
编译的时候报错 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_conchConfig", referenced from: objc-class-ref in GameReadingViewController.o "_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in GameReadingViewController.o "_OBJC_IVAR_$_conch...
来源: Laya_社区 发布时间: 20190508
...libcurls.a (3 slices) Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_LayaPlatformCallback", referenced from: objc-class-ref in MarketAppStore.o "_OBJC_CLASS_$_LayaPlatformFactory", referenced from: objc-class-ref in MarketAppStore.o "_OBJC_CLASS_$_conchConfig", ...
来源: Laya_社区 发布时间: 20161229
...明全局枚举类型 - `declare function` 声明全局函数 - `declare class` 声明全局类 - `declare module`声明全局模块 - `declare namespace` 声明全局对象(含有子属性) - `interface 和 type` 声明全局类型 通过以上语法,我们可以看出,类型定义文件里...
来源: Laya2.0_文档 发布时间: 20210715
...,有没有在文档醒目的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public function A() { } public...
来源: Laya_社区 发布时间: 20161213
...ly exported Menu Globals "laya/d3/core/material/BaseMaterial" BaseMaterial Class BaseMaterial BaseMaterial has deprecated,please use Material instead废弃的类,请使用Material类. deprecated Hierarchy BaseMaterial Index Properties ALPHATESTVALUE MATERIAL RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQU...
来源: Laya3.0_api 发布时间: 20231102
...ed from: -[MarketAppStore getEnterPlatformType] in MarketAppStore.o "_OBJC_CLASS_$_LayaPlatformCallback", referenced from: objc-class-ref in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nPayType", referenced from: -[MarketAppStore getPayType] in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nChargeTy...
来源: Laya_社区 发布时间: 20161222