大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...。Handler method : Function 处理方法。Handler once : Boolean = false 表示是否只执行一次。如果为true,回调后执行recover()进行回收,回收后会被再利用,默认为false 。HandlerPublic Methods MethodDefined By Handler(caller:* = null, method:Function = nu...
来源: laya_api 发布时间: 20170929
...pes/monkey2.png", Handler.create(this, this.onAssetLoaded), null, null, 0, false); Laya.loader.load("res/apes/monkey1.png", Handler.create(this, this.onAssetLoaded), null, null, 1, false); Laya.loader.load("res/apes/monkey0.png", Handler.create(this, this.onAssetLoaded), null, null, 2, false); } onA...
来源: Laya2.0_示例 发布时间: 20241118
[LayaAir3]父节点在onAwake函数中将子节点active置false,子节点组件保持onUpdate 版本3.1.1 附件 : --> TestScript.zip 2024-03-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来...
来源: Laya_社区 发布时间: 20240318
...。Handler method : Function 处理方法。Handler once : Boolean = false 表示是否只执行一次。如果为true,回调后执行recover()进行回收,回收后会被再利用,默认为false 。HandlerPublic Methods MethodDefined By Handler(caller:* = null, method:Function = nu...
来源: Laya2.0_api 发布时间: 20190513
...w Laya.Vector3(5, 5, 5)); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load( "res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) { material.albedoTexture = tex; }) ); box....
来源: Laya_社区 发布时间: 20200917
...环境配置’步骤3中的"${project_loc}\.actionScriptProperties;iflash=false;chromerun=false;quickcompile=true;out=bin/js/bundle.js;subpath="填入变量都部署好后 flashbuilder运行外部程序根本无法启动浏览器,控制台打印几行字后无反应 附件 : --> 2018-10-23 ...
来源: Laya_社区 发布时间: 20181023
...r3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); Laya.loader.create("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(this, onComplete)); function onComplete() { layaMonkey1 = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinM...
来源: Laya_示例 发布时间: 20241118
...设置了mouseThrough 为 true,可我调试引擎时发现mouseThrough是false ide 里面控件为image,在ide里面设置了mouseThrough 为 true,可我调试引擎时发现mouseThrough是false,是什么原因,麻烦告知一下。看引擎代码,目前没有找到哪里更改了这个值...
来源: Laya_社区 发布时间: 20191127
父容器mouseenable = false,子对象mouseenable = true的情况下 ,点击父对象,子对象会接收鼠标事件吗 2018-03-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 一旦父...
来源: Laya_社区 发布时间: 20180306
...in = /** @class */ (function () { function GameMain() { this.isDestroyed = false; this.PathBg = "../../res/bg2.png"; this.PathFly = "../../res/fighter/fighter.atlas"; //初始化引擎 Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.ali...
来源: Laya_示例 发布时间: 20241118