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

大约有 1,557 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0054 秒)

521. 请教关于字符串定位一个的问题。 [ 68%]

...提交 1 个回复 乘风 赞同来自: https://layaair2.ldc2.layabox. ... class 2021-02-18 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 虎威 相关问题 两个对象new了一个相同的对象,调用第...

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

522. 怎样设置自己的文档 [ 68%]

...档 我换了1.7.1版本之后,总出这个提示 must set document class 原来1.6.1的版本我把几个配置文件改了,就不出这个提示了 1.7.1版本改了之后,还是出这个提示 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

523. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 68%]

...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

524. laya.d3.math.BoundSphere [ 68%]

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

525. laya.d3.graphics.Vertex.VertexPositionTerrain [ 68%]

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

526. laya.d3.core.Bounds [ 67%]

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

527. laya.d3.core.render.ScreenQuad_API3.0 [ 67%]

...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

528. laya.display.BitmapFont [ 67%]

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

529. 针对2.0.0 beta5 setLoadingPage 做增强 [ 67%]

... 支持 加载下一个场景的同时执行异步方法 */ 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

530. 通过laya设计模式制作的,要怎么给按钮绑定事件呢? [ 67%]

...把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