大约有 512 项符合查询结果, 库内数据总量为 14,848 项。 (搜索耗时: 0.0147 秒)
...6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, 0); //添加自定义模型 var box: Laya.MeshSprite3D = this.scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.Standard...
来源: Laya_社区 发布时间: 20180307
...。 Video customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是...
来源: laya_api 发布时间: 20170929
...dioTime();//录音时长,秒 String param = audioMessage.getParam();//自定义内容 String recognizeText = audioMessage.getText();//语音转文字的识别结果 Log.e("YOUMEIMonRecvMessage", "that:"+message.getSenderID()); Log.e("YOUMEIMonRecvMessage", "that:"+that); JSONObject objCallBack = n...
来源: Laya_社区 发布时间: 20170722
...误 Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'dir' of undefined 这是什么报错啊? 发布的时候...
来源: Laya_社区 发布时间: 20180725
...ned Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Cannot read property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot ...
来源: Laya_社区 发布时间: 20200309
...的某个场景json文件。。竟然无法自动生成了? 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在...
来源: Laya_社区 发布时间: 20180724
...载问题 关于适配采用showAll后留白部分的颜色问题 event自定义事件的问题 关于Dialog遮罩层移除解决问题的说明 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 问题状...
来源: Laya_社区 发布时间: 20180620
...忙解决一下啊 预设怎么在代码中使用 写了个边缘光的自定义shader,有很多问题,帮忙看一下 大量sprite如何优化性能 [引擎优化]希望官方可以增加stencil功能 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否...
来源: Laya_社区 发布时间: 20171108
... 执行代码说加载不出来资源 这个是怎么回事? dialog 自定义关闭效果,效果执行完,弹窗无法关闭 问题状态 最新活动: 2023-07-17 17:12 浏览: 3508 关注: 3 人 逸辰 • 2023-07-19 22:52 onAwake(): void { Laya.loader.load( //先加载本场景要用的 [&qu...
来源: Laya_社区 发布时间: 20230713
...ext/javascript" src="libs/jweixin-1.2.0.js"></script> 然后新定义weixin.d.ts文件,加入以下两个语句: declare var wx: any; declare var WeixinJSBridge: any; 以声明使用wx对象 在初始化MiniAdpter之后,执行如下两个语句 console.log("type of wx is "...
来源: Laya_社区 发布时间: 20180724