大约有 175 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya_社区(95) Laya_示例(34) Laya3.0_api(12) Laya2.0_文档(11) laya_api(10) Laya2.0_api(7) Laya3.0_文档(6)
...资源对象。 ```typescript //加载Mesh Mesh.load("res/threeDimen/skinModel/LayaMonkey2/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", Handler.create(this, function(mesh:Mesh):void { //给该网格资源上锁 mesh.lock = true; ........ //中间省略,我们再网格加载完成3秒后对该网...
来源: Laya2.0_文档 发布时间: 20210715
...源对象。 ```typescript //加载Mesh Laya.Mesh.load("res/threeDimen/skinModel/LayaMonkey2/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", Laya.Handler.create(this, function(mesh:Laya.Mesh):void { //给该网格资源上锁 mesh.lock = true; ........ //中间省略,我们再网格加载完成3秒...
来源: Laya2.0_文档 发布时间: 20210715
...阿里巴巴旗下的Qoder等。 推荐大家下载使用。 4、MCP MCP(Model Context Protocol,模型上下文协议)是由Anthropic开发的开放标准协议,旨在标准化大型语言模型(LLM)与外部数据源、工具及应用之间的交互方式,被视为“AI界的USB-C接...
来源: Laya3.0_文档 发布时间: 20260206
...Laya.Vector3(0, 0.01, 0); this.specularMapUrl = ["../../res/threeDimen/skinModel/dude/Assets/dude/headS.png", "../../res/threeDimen/skinModel/dude/Assets/dude/jacketS.png", "../../res/threeDimen/skinModel/dude/Assets/dude/pantsS.png", "../../res/threeDimen/skinModel/dude/Assets/dude/upBodyS.png"]; L...
来源: Laya_示例 发布时间: 20260303
...Laya.Vector3(0, 0.01, 0); this.normalMapUrl = ["../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png"]; Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode ...
来源: Laya_示例 发布时间: 20260303
...ce.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.events.Event; import laya.utils.Stat; /** * ... * @author ... */ public class PBRStandardMaterialDemo { public function PBRStandardMaterialDemo() { Laya3D.init(0, 0, true)...
来源: Laya_示例 发布时间: 20260303
...nLight.shadowPCFType = 3; Laya.loader.create([ "../../res/threeDimen/staticModel/grid/plane.lh", "../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh" ], Laya.Handler.create(this, onComplete)); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.c...
来源: Laya_示例 发布时间: 20260303
....7版本,unity5.5.3导出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDir...
来源: Laya_社区 发布时间: 20170428
...aths.Point; import laya.utils.Tween; import laya.d3.resource.models.PrimitiveMesh; import laya.debug.DebugPanel; import laya.debug.DebugTool; import laya.debug.ui.debugui.DebugPanelUI; import laya.device.motion.AccelerationInfo; public class LayaSampl...
来源: Laya_社区 发布时间: 20170921
...er._soundClass = MiniSound; Laya.SoundManager._musicClass = MiniSound; var model = MiniAdpter.systemInfo.model; var system = MiniAdpter.systemInfo.system; if (model.indexOf("iPhone") != -1) { Laya.Browser.onIPhone = true; Laya.Browser.onIOS = true; Laya.Browser.onIPad = true; Laya.Browser....
来源: Laya_社区 发布时间: 20200103