大约有 2,384 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0108 秒)
Laya_社区(1773) Laya3.0_api(144) Laya2.0_文档(127) Laya2.0_api(103) laya_api(77) Laya3.0_文档(70) Laya_示例(48) Laya2.0_示例(42)
...相切与1984世界测地系统的spheriod的用户所在位置。 - 东(X)在地面上,垂直于北轴,向东为正。 - 北(Y)在地面上,向正北为正(指向北极)。 - 上(Z)垂直于地面,向上为正。 对于一个移动设备,例如电话或平板,设备坐...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainProperties | Methods | Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Proper...
来源: Laya2.0_api 发布时间: 20190513
...Point(this.owner.transform.position, window.GameMag.Camera1); this.hpNode.x = out.x - this.hpNode.width / 2 this.hpNode.y = out.y + this.hpNode.height *3.5 //this.owner.transform 3d的物体 //this.hpNode 2d的ui //3d坐标转2d屏幕坐标 /** * * @para...
来源: Laya_社区 发布时间: 20201110
API DocumentationAll Packages | All Classes | Index | Frames No Frames VideoProperties | Methods | Events Packagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关...
来源: Laya2.0_api 发布时间: 20190513
Texture.getPixels在手机真机Native环境中会报错 将游戏打包成APK后在真机或者手机模拟器中运行时,对纹理使用getPixels会引发报错!因为是必现所以没有提供DEMO了 getPixels(x, y, width, height) { if (window.conch) { ...
来源: Laya_社区 发布时间: 20220317
...yaAirIDE%202.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js - windodw用户 在laya安装文件夹 搜索找到 layabuilder.max.js 文件 - 搜索 _matchClassName 关键词 > 定位到报错的地方 问题很明显 官方疏忽了正则匹配为空的情况 ![在这里插...
来源: Laya_社区 发布时间: 20220207
API DocumentationAll Packages | All Classes | Index | Frames No Frames HSliderProperties | Methods | Events Packagelaya.uiClasspublic class HSliderInheritanceHSlider Slider Component Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewStackProperties | Methods | Events Packagelaya.uiClasspublic class ViewStackInheritanceViewStack Box Component Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图的...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Pro...
来源: laya_api 发布时间: 20170929
求助 Uncaught SyntaxError: Unexpected identifier Uncaught SyntaxError: Unexpected identifier 这个是什么错?按照官网教程写的//初始化3d画布 Laya3D.init(0, 0, true); //设置全屏 Laya.stage.scaleMode = Stage.SCALE_FULL; //显示统计数据 Stat.show(); // 给舞台添加laya3d...
来源: Laya_社区 发布时间: 20170314