大约有 361 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
Laya_社区(337) Laya2.0_文档(7) Laya3.0_api(6) Laya3.0_文档(5) Laya2.0_示例(2) Laya_示例(2) laya_api(1) Laya2.0_api(1)
...); } private onStageClick():void{ //切换播放和暂停 if(!this.video.paused){ this.video.pause(); } else{ this.video.play(); } } } new Main; 编译运行上面的例子,发现打不开。这很正常,运行这个例子要自己搭建一个https的服务器。然后用手机打开这个地址...
来源: Laya3.0_文档 发布时间: 20251010
....decode(buffer); // ... do something with message // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. } })(); 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 15...
来源: Laya_社区 发布时间: 20180704
... Simulation Speed(模拟速度):调整整个系统更新的速度。 Use Unscaled Time(使用未缩放时间):属性有Scaled和Unscaled两个选项,Scaled时粒子系统的运行效率会受到项目帧率的影响,Unscaled则不受影响。 Scaling Mode(缩放模式):属性...
来源: Laya3.0_文档 发布时间: 20260122
...的效果 (动图6-6) 6.3 使用代码设置 灯光方面的设置: // Use soft shadow. dircom.shadowMode = Laya.ShadowMode.SoftLow; // Set shadow max distance from camera. dircom.shadowDistance = 50; // Set shadow resolution. dircom.shadowResolution = 1024; // Set shadow cascade mode. dircom.sh...
来源: Laya3.0_文档 发布时间: 20251010
...Panoramic 全景图 旧版着色器(只做兼容考虑, 不建议) Diffuse Fast Diffuse Diffuse Detail Bumped Diffuse Bumped Specular 除了上述提供的材质Shader外,Unity里的其他材质,都不能在LayaAir引擎中使用。 4.5 纹理的属性 在Assets(资源)面板里,找到...
来源: Laya3.0_文档 发布时间: 20251010
dcc下载超时 07-04 20:55:27.087: D/OpenGLRenderer(7884): Use EGL_SWAP_BEHAVIOR_PRESERVED: true 07-04 20:55:27.095: D/(7884): HostConnection::get() New Host Connection established 0xad5e3cd0, tid 7884 07-04 20:55:27.111: D/(7884): >>>>>>>>>>>>>>>>&g...
来源: Laya_社区 发布时间: 20190704
...ng System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:96...
来源: Laya_社区 发布时间: 20170428
...--------------------------------------- (function (exports, Laya) { 'use strict'; const TiledMapFlipConst = 1073741824; const TiledMapFlipConstHalf = TiledMapFlipConst / 2; class GridSprite extends Laya.Sprite { constructor() { super(...arguments...
来源: Laya_社区 发布时间: 20220627
... 2020-01-07 17:25 @星夜:window.wxMiniGame = function (exports, Laya) { 'use strict'; function DEB(str){ console.debug("[res]"+str); } class MiniFileMgr { static isLocalNativeFile(url) { for (var i = 0, sz = MiniAdpter.nativefiles.length; i < sz; i++) { if (url.indexOf(MiniAdpter.nativ...
来源: Laya_社区 发布时间: 20200103
...---------------------------------------- | | Mass(质量) | 支持 | | Use Gravity(使用重力) | 支持 | | Is Kinematic(是运动学刚体) | 支持 | | Constraints(约束) | 支持(包括:Freeze Position冻结位置(X、Y、Z)、Freeze Rotation冻结旋转(X、Y、Z)...
来源: Laya2.0_文档 发布时间: 20210714