大约有 1,557 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0054 秒)
Laya_社区(551) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(69) Laya2.0_示例(2)
...提交 1 个回复 乘风 赞同来自: https://layaair2.ldc2.layabox. ... class 2021-02-18 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 虎威 相关问题 两个对象new了一个相同的对象,调用第...
来源: Laya_社区 发布时间: 20210218
...档类 我换了1.7.1版本之后,总出这个提示 must set document class 原来1.6.1的版本我把几个配置文件改了,就不出这个提示了 1.7.1版本改了之后,还是出这个提示 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180115
...rted Menu Globals "laya/d3/core/pixelLine/PixelLineFilter" PixelLineFilter Class PixelLineFilter PixelLineFilter 类用于线过滤器。 Hierarchy GeometryElement PixelLineFilter Index Constructors constructor Properties _geometryElementOBj Accessors bufferState destroyed drawType indexFormat insta...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundSphereProperties | Methods Packagelaya.d3.mathClasspublic class BoundSphereInheritanceBoundSphere ObjectImplements laya.d3.core.IClone BoundSphere 类用于创建包围球。 Public Properties PropertyDefined By ...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionTerrainProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexPositionTerrainInheritanceVertexPositionTerrain ObjectImplements IVertex VertexPositionTerrain 类用于创建...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsMethods Packagelaya.d3.coreClasspublic class BoundsInheritanceBounds ObjectImplements laya.d3.core.IClone Bounds 类用于创建包围体。 Public Methods MethodDefined By Bounds(min:Vector3, max:Vector3) 创...
来源: Laya2.0_api 发布时间: 20190513
...als Only exported Menu Globals "laya/d3/core/render/ScreenQuad" ScreenQuad Class ScreenQuad ScreenQuad 类用于创建全屏四边形。 Hierarchy GeometryElement ScreenQuad Index Constructors constructor Properties _geometryElementOBj Accessors bufferState destroyed drawType indexFormat instanceCou...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames BitmapFontProperties | Methods Packagelaya.displayClasspublic class BitmapFontInheritanceBitmapFont Object BitmapFont 是位图字体类,用于定义位图字体信息。 Public Properties PropertyDefined By autoSc...
来源: laya_api 发布时间: 20170929
... 支持 加载下一个场景的同时执行异步方法 */ export default class LoadPage { constructor(url = null) { this._loadScene = null if (url) this.preload(url) } /** * 预加载loading页面 * @param {String} url loading页面url */ async preload(url = 'loadingpage.scene') { if (this._loadSc...
来源: Laya_社区 发布时间: 20181124
...把demo发来我看一下 xdkaka • 2017-12-13 17:03 没办法发图了 class Main { constructor() { Laya.init(480, 852); Laya.stage.scaleMode = "showall"; Laya.stage.alignV = 'middle'; Laya.stage.alignH = 'center'; Laya.stage.screenMode = "vertical"; Laya.stage.bgColor = "...
来源: Laya_社区 发布时间: 20171213