大约有 144 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
...面的示例代码节选自官方示例([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MultiTouch))。 在主类中给猴子添加了脚本。同时在舞台上添加另一个方便显示输出的`Text`文本。 脚本类: ```typescript //...
来源: Laya2.0_文档 发布时间: 20210715
...面的示例代码节选自官方示例([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MultiTouch))。 在主类中给猴子添加了脚本。同时在舞台上添加另一个方便显示输出的`Text`文本。 脚本类: ```typescript //...
来源: Laya2.0_文档 发布时间: 20210715
...面的示例代码节选自官方示例([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MultiTouch))。 在主类中给猴子添加了脚本。同时在舞台上添加另一个方便显示输出的`Text`文本。 脚本类: ```typescript //...
来源: Laya2.0_文档 发布时间: 20210715
...)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey = res.getChildByName("LayaMonkey"); //查找节点 var bonePoint:Sprite3D = this.find...
来源: Laya2.0_文档 发布时间: 20210715
...)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey = res.getChildByName("LayaMonkey"); //查找节点 var bonePoint:Sprite3D = this.find...
来源: Laya2.0_文档 发布时间: 20210714
...terial: BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey:Sprite3D = res.getChildByName("LayaMonkey") as Sprite3D; //查找节点 var...
来源: Laya2.0_文档 发布时间: 20210714
...以获得Scene3D资源 Laya.stage.addChild(scene.scene3D); }); Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:55:49 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...稳定性和效率都有保证,所以可以放心使用。 欢迎加入Layabox-Ts开发者交流群,群号码:606217152 附件 : --> 2016-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞...
来源: Laya_社区 发布时间: 20161225
...e, true, autoRecover, true); } 源码在这,官网有例子https://ldc.layabox.com/doc/?nav=zh-as-1-5-1 2018-01-09 0 8 分享 微博 QZONE 微信 dear_H 赞同来自: 估计就是这个问题 我没设置 所以才执行一次 2018-01-09 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: ...
来源: Laya_社区 发布时间: 20180109
...orce,物体没有发生移动。 2.重现步骤 在https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_BaseCollider 粘贴以下代码执行: //问题在 addSphere 方法 class PhysicsWorldBaseCollider{ constructor(){ /...
来源: Laya_社区 发布时间: 20191009