大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...visible=false 对象没有被remove掉 displayedInStage依然返回的是true zyy • 2021-11-18 16:37 @Laya_Fred:而且我还有一个问题 我想知道这个对象是否真的在显示状态,比如 a对象 被b对象完全覆盖 我该通过什么方式获取这个状态 Laya_Fred • 2021-11-08 ...
来源: Laya_社区 发布时间: 20211105
... 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
... 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
...博 QZONE 微信 NilZ 赞同来自: 这是关闭动态合批的方法。将true置为false即可关闭。感谢你的反馈。 2019-10-09 0 0 分享 微博 QZONE 微信 NilZ 赞同来自: 结论:经过确认,在动态合批过程中,存在着bufferSubData()操作,但是在iOS微信小游戏...
来源: Laya_社区 发布时间: 20190921
... 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
... 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
...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
...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
...,并暂停播放。 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
...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