大约有 553 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0049 秒)
Laya_社区(249) Laya3.0_api(78) Laya2.0_api(63) laya_api(56) Laya2.0_文档(48) Laya3.0_文档(48) Laya_示例(8) Laya2.0_示例(3)
...rror - Out of bounds Cannot read property 'displayObject' of null 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught unknown animationClip version. uncaught error: laya3d: unknown mesh version 字节跳动平...
来源: Laya_社区 发布时间: 20180921
...了? Dialog:屏蔽点击Dialog之外的区域关闭弹框 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 如何实现微信登录? 求指点3d射线碰撞和UI点击穿透的问题 如何设置Sprite的宽高和点击...
来源: Laya_社区 发布时间: 20190923
...一个物品 TiledMap getMapProperties(name:String):* 得到地图的自定义属性 TiledMap getSprite(index:int, width:Number, height:Number):GridSprite 通过纹理索引,生成一个可控制物件 TiledMap getTexture(index:int):TileTexSet 得到一块指定的地图纹理 TiledMap ...
来源: laya_api 发布时间: 20170929
...一个物品 TiledMap getMapProperties(name:String):* 得到地图的自定义属性 TiledMap getSprite(index:int, width:Number, height:Number):GridSprite 通过纹理索引,生成一个可控制物件 TiledMap getTexture(index:int):TileTexSet 得到一块指定的地图纹理 TiledMap ...
来源: Laya2.0_api 发布时间: 20190513
... Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught unknown animationClip v...
来源: Laya_社区 发布时间: 20190222
...吗 请问一下 ProtoBuf 支持 as3 版本吗? 写了个边缘光的自定义shader,有很多问题,帮忙看一下 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 3d 添加灯光 模型变的黑呼呼的 很多黑面 Panel中的东西左右拖动好象有问题 laya1.7.9beta...
来源: Laya_社区 发布时间: 20181012
...题 关于removechild、destory、clear的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2017-08-01 10:17 浏览: 815 关注: 2 人
来源: Laya_社区 发布时间: 20170731
...象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //添加背景 var bg = new Background(); this.addChild(bg); //添加地板集合 var mapFloor = new...
来源: Laya_社区 发布时间: 20160728
...本代码控制了。 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将ProgressBar拖入到其暴露的属性入口中。再添加一个Text组件,用于描述加载进度。需要添加如下的示例代码: const { regClass, property } = Laya; @regClass() ex...
来源: Laya3.0_文档 发布时间: 20241014
...是3D世界中的脚本,继承自组件,是组件的一种。该类被定义为 '抽象类' ,不允许实例。该类提供了一系列虚方法。详细使用可以去API中查看([地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.component.Script3D))...
来源: Laya2.0_文档 发布时间: 20210714