• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4,338 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0071 秒)

2501. UTF-8 ArrayBuffer和字符串之间的转换 [ 58%]

UTF-8 ArrayBuffer和字符串之间的转换 [code]function uintToString(uintArray) { var encodedString = String.fromCharCode.apply(null, uintArray), decodedString = decodeURIComponent(escape(atob(encodedString))); return decodedString; }这种方法不行! [/code] 2019-04-12 添加评论 免费...

来源: Laya_社区 发布时间: 20190412

2502. laya.resource.WebGLRTMgr_API3.0 [ 58%]

...urce/WebGLRTMgr" WebGLRTMgr getRT releaseRT Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

2503. 时间轴动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 58%]

...utils.Handler; import laya.webgl.WebGL; public class TimeLineDemo { public function TimeLineDemo() { //初始化舞台 Laya.init(1334,750, WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoad回调方法 Laya.loader.load("res/atlas/ui.atlas", Handler...

来源: Laya2.0_文档 发布时间: 20210715

2504. laya.d3.core.render.RenderState [ 58%]

...scene:Scene当前场景。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

2505. laya.d3.webxr.core.WebXRCameraInfo_API3.0 [ 58%]

...ra depthFar depthNear WebXRExperienceHelper Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2506. laya.utils.FontInfo_API3.0 [ 58%]

...uctor setFont parse _lastFont _lastFontInfo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

2507. laya.display.cmd.DrawPolyCmd [ 58%]

...:Number 开始绘制的 Y 轴位置。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = DrawPolyMon May 13 2019, 03:12 PM +08:00

来源: Laya2.0_api 发布时间: 20190513

2508. 设置音乐音量不能立即生效 [ 58%]

... 微博 QZONE 微信 cuixueying 赞同来自: 代码写错了: private function ChangeMusicVolume():void { SoundManager.setMusicVolume(0); } 用setMusicVolume就可以了! 2017-05-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a77...

来源: Laya_社区 发布时间: 20170518

2509. Effect材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 58%]

...xture2D.load("res/threeDimen/texture/earth.png", Laya.Handler.create(this, function(texture) { //设置纹理 material.texture = texture; })); earth.meshRenderer.material = material; ``` ![](img/1.gif)(图12)

来源: Laya2.0_文档 发布时间: 20210714

2510. 3D导出微信小程序 [ 58%]

...rdScriptError alert is not defined ReferenceError: alert is not defined at Function.Laya3D.init (http://127.0.0.1:54904/game/code.js:72182:4) at LayaAir3D ( 2018-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

来源: Laya_社区 发布时间: 20180506