大约有 468 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0071 秒)
Laya_社区(309) Laya2.0_文档(84) Laya3.0_文档(38) Laya3.0_api(17) Laya2.0_api(11) laya_api(8) Laya_示例(1)
...e normalTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:42 默认法线纹理 Static whiteTexture whiteTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:38 纯白色纹理。 Accessors anisoLevel get anisoLevel(): number set anisoLevel(value: number): void Inherited fro...
来源: Laya3.0_api 发布时间: 20231115
...o:true, video:{ facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height:Laya.stage.height } }; Laya.Media.getMedia(options,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMess...
来源: Laya2.0_文档 发布时间: 20210715
...件,或者文件读取失败,请检查后重新编译。 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 循环依赖不能运行 Circular dependency: 图集打包找不到图集文件 问题状态 最新活动: 2019-04-20 09:09 浏览: 254...
来源: Laya_社区 发布时间: 20180704
...y官方的模型后(导出过程没报错,并且材质球设置为unity默认材质,取消了法线贴图),在laya里运行时,冒出了这些警报,之前使用fbx工具时,如果导出的使用不了,也会出现这个。。。“1”。。。的log 2017-06-19 0 6 分享 微博 Q...
来源: Laya_社区 发布时间: 20170428
... true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height: Laya.stage.height } }; Laya.Media.getMedia(options, Laya.Handler.create(this, onSuccess), Laya.Handler.create(this, onError)); } function showMessage() ...
来源: Laya2.0_文档 发布时间: 20210714
...o:true, video:{ facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height:Laya.stage.height } }; Laya.Media.getMedia(options,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMess...
来源: Laya3.0_文档 发布时间: 20251010
... true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height:Laya.stage.height } }; Media.getMedia(options, Handler.create(this, onSuccess), Handler.create(this, onError)); } } private function showMessage():void {...
来源: Laya2.0_文档 发布时间: 20210715
...ough : Boolean = false,指定当mouseEnabled=true时,是否可穿透。默认值为false,如果设置为true,则点击空白区域可以穿透过去。” 2.Laya.Handler 我在处理技能的时候用了对象池,其中类有对handler的持有,再次使用时发现数据不对了,查...
来源: Laya_社区 发布时间: 20161109