大约有 3,176 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0091 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...给微信了。你在你的场景文件.ls中,把相机的enableHdr设置false 2019-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: WaIker 安卓微信下。低端手机的半精度...
来源: Laya_社区 发布时间: 20191012
...a.js.exe 2)Parameters $ProjectFileDir$"/.actionScriptProperties;iflash=false;quickcompile=false" 3)Working directory $ProjectFileDir$ 2 选中项目,选择菜单栏的Tools --> Extenal Tools -->layaairCompiler,就可以编译了 附件 : --> 2017-08-15 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20170815
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...ew xArray(1,2,3); // 声明数组[1,2,3] alert(arr instanceof Array); // false alert(arr.constructor === Array); // false 2017-11-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sky_fly 相关问题 两个对象new了一个相...
来源: Laya_社区 发布时间: 20170328
...)); alert(bridge.call("testNumber:",256.0)); alert(bridge.call("testBool:",false)); obj.value = "Hello OC!"; bridge.callWithBack(function(value: any) { var obj = JSON.parse(value) alert(obj.value); },"testAsyncCallback:", JSON.stringify(obj)); } else if (os == "Conch-android") { alert(bridge.call("t...
来源: Laya3.0_文档 发布时间: 20241023
...nction, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行。 Timer once(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次。 Timer runCallLater(caller:*, method:Function):void 立即执...
来源: laya_api 发布时间: 20170929
...derBatches : int = 0[static] 渲染批次。Stat renderSlow : Boolean = false[static] 表示当前使用的是否为慢渲染模式。Stat savedRenderBatches : int = 0[static] 节省的渲染批次。Stat shaderCall : int = 0[static] 着色器请求次数。Stat spriteCount : int = 0[sta...
来源: Laya2.0_api 发布时间: 20190513
...xRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; //当前地板上面的物品集合 this.itemList = ; Floor.__super.call(this); } //事件名称 //超过屏幕一定值出发新的floor事件 Floor.O...
来源: Laya_社区 发布时间: 20160803