大约有 344 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0077 秒)
...引擎项目: http://www.cannonjs.org/ 感觉它的结构还算清晰,api也比较详细简洁,目前我是尝试了通过创建cannon的物理场景和刚体几何体对象,由laya.timer驱动cannon解算物理变化,然后不断把cannon世界里的物体变化实时赋值给laya场景...
来源: Laya_社区 发布时间: 20170331
...tage.addChild(label); //---------------------------------这是用官方的api,无问题-------------------------------------------- // var label:laya.ui.Label = new laya.ui.Label(); // label.text = "Hello"; // label.fontSize = 50; // label.color = "#FF00FF"; // label.wordWrap = true; // label.wid...
来源: Laya_社区 发布时间: 20170516
...oot type must be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. at MyScene.__proto.onAsynLoaded (http://127.0.0.1:59022/game/code.js:81644:10) ...
来源: Laya_社区 发布时间: 20180317
...ole.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能相信是这个熟悉么? “mouseThrough : Boolean = false,指定当mouseEnabled=true时,是否可穿透。默认值为false,如果设置为true,则点击空白区域可以穿透过去。” 2.Laya.H...
来源: Laya_社区 发布时间: 20161109
...图中只列出了Sprite类部分的子类,全部的继承关系请参考API文档),因此本篇会详解介绍 Sprite 类的基础功能,后续的节点对象重复的将不再介绍。 (图1-1) 二、IDE中使用 2.1 创建精灵 2.1.1 Scene2D中创建 在一个Scene2D的层级窗口...
来源: Laya3.0_文档 发布时间: 20241014
...我们考虑到了这一点,就是大名鼎鼎的 对象池 我们看看API 我们打开MapFloor.js 改造一下 接下来我们打开Floor.js 修改一下代码 把道具添加出来 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大...
来源: Laya_社区 发布时间: 20160803
...平面朝向,可以通过偏移值来调整距离原点的偏移多少。API说明如图2-17所示。 (图2-17) 通过API,我们可以看到normal是一个3维向量值,表示着平面的法线。例如这个值为Vector3(0, 1, 0),则表示法线位于Y轴正方向,平面碰撞形状...
来源: Laya3.0_文档 发布时间: 20241014
...处于按下状态”? 请问在layaIDE里,怎么调用微信小程序API LayaAirIDE下如何使用mask? 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 使用了u3D导出来的粒子,不停的显示移除并销毁其克...
来源: Laya_社区 发布时间: 20181120
API DocumentationAll Packages | All Classes | Index | Frames No Frames ShuriKenParticle3DProperties | Methods | Events | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShuriKenParticle3DInheritanceShuriKenParticle3D RenderableSprite3D Sprite3D ComponentNode Node EventDisp...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用...
来源: laya_api 发布时间: 20170422