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

大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)

3531. 2.12.2beta1 诸多bug [ 34%]

...visible=false 对象没有被remove掉 displayedInStage依然返回的是true zyy • 2021-11-18 16:37 @Laya_Fred:而且我还有一个问题 我想知道这个对象是否真的在显示状态,比如 a对象 被b对象完全覆盖 我该通过什么方式获取这个状态 Laya_Fred • 2021-11-08 ...

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

3532. laya.physics.joint.MouseJoint_API3.0 [ 34%]

... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 anchor anchor: any[] Defined in laya/physics/joint/MouseJoint.ts:18 [...

来源: Laya3.0_api 发布时间: 20231115

3533. laya.physics.ColliderBase_API3.0 [ 34%]

... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 fixture fixture: any Defined in laya/physics/ColliderBase.ts:25 [只读...

来源: Laya3.0_api 发布时间: 20231115

3534. Laya 2.2在iPhone 6S上出现严重的帧率暴跌问题 [ 34%]

...博 QZONE 微信 NilZ 赞同来自: 这是关闭动态合批的方法。将true置为false即可关闭。感谢你的反馈。 2019-10-09 0 0 分享 微博 QZONE 微信 NilZ 赞同来自: 结论:经过确认,在动态合批过程中,存在着bufferSubData()操作,但是在iOS微信小游戏...

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

3535. laya.components.Widget_API3.0 [ 34%]

... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...

来源: Laya3.0_api 发布时间: 20231115

3536. laya.ui.Widget_API3.0 [ 34%]

... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...

来源: Laya3.0_api 发布时间: 20231102

3537. 二进制图片(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 34%]

...ript var xhr = new XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { w...

来源: Laya2.0_文档 发布时间: 20210714

3538. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 33%]

...ript var xhr = new XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { w...

来源: Laya2.0_文档 发布时间: 20210714

3539. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 33%]

...,并暂停播放。 Parameters time: number 进度时间.如果restart为true,粒子播放时间会归零后再更新进度。 Default value restart: boolean = true 是否重置播放状态。 Returns void stop stop(): void Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:2122 ...

来源: Laya3.0_api 发布时间: 20231115

3540. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 33%]

...rts) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const t = require("./test/TestExportClass"); // 程序入口 class GameMain { constructor() { // Laya.init(600,400); console.log("start"); var exportCls = new t.TestExportCls(); exportCls.callFunc(); } } new GameMain...

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