大约有 246 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
...下: Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, this.updatePosition), Laya.Handler.create(this, this.onError)); 报错如下: TypeError: Cannot set property 'enableHighAccuracy' of undefined 会出现无法找到Laya.Geolocation的各类...
来源: Laya_社区 发布时间: 20181217
...辑器工具? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. iphone自带浏览器页面怎么锁定 求高人分享使用protobuff框架的游戏demo(TS...
来源: Laya_社区 发布时间: 20200715
...域关闭弹框 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 btn 鼠标移动上去默认文本颜色是绿色...
来源: Laya_社区 发布时间: 20170602
...无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 求高人分...
来源: Laya_社区 发布时间: 20170323
...本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? Laya mac版的IDE 是没测试就上线了吗? ide 2.4 layaair2-cmd 编译报错 matter中layasprite怎么改变图片大小? 关于Laya实现Matter.js官方案例凹多...
来源: Laya_社区 发布时间: 20170511
...传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 图集打包找不到图集文件 微信小程序—未找到入口 app.json 文件,或者文...
来源: Laya_社区 发布时间: 20170704
...new Laya.MeshSprite3D(1 , 1, 1, 1))) as Laya.MeshSprite3D; plane.transform.position = new Laya.Vector3(0,0,0); var material: Laya.StandardMaterial = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/aaa.png"); material.diffuseTexture.mipmap = false; plane.meshRender.mat...
来源: Laya_社区 发布时间: 20180412
... B页面侦听) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. TextInput重写onFocus和onBlur事件监听不到 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? ...
来源: Laya_社区 发布时间: 20190510
...传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 图集打包找不到图集文件 微信小程序—未找到入口 app.json 文件,或者文...
来源: Laya_社区 发布时间: 20170629
...外的配置。例如: class AnyName { @IEditor.menu("App/tool/test", { position: "before openDevTools" } ) static test() { console.log("click menu"); } } 通过position选项可以设置这个新加的test菜单显示在原有菜单“打开开发者工具 - 编辑器"的前面,而不是默认...
来源: Laya3.0_文档 发布时间: 20251010