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

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

741. [3.0.6]运行时切出窗口,再回来后不能正常显示和停止运行 [ 58%]

...个情况   发现注释掉log后不再出现这个问题   附件 : --> 创建物理实例.zip TestPool_-_副本.zip 2023-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layaAir小孟 赞同来自: 无名...

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

742. ui隐藏后再设置visible = true无法显示出来 [ 58%]

...游戏,无法生成Rpk问题 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 laya3D动画无法播放 问题状态 最新活动: 2018-05-18 20:13 浏览: 1988 关注: 2 人 吴金林 • 2018-05-19 12:53 谢谢,是多了个实例- 。-

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

743. laya.ui.Component [ 58%]

...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...

来源: laya_api 发布时间: 20170929

744. laya.d3.math.MathUtils3D_API3.0 [ 58%]

...ya/d3/math/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors constructor Properties Deg2Rad MaxValue MinValue zeroTolerance Methods fastInvSqrt isZero nearEqual Constructors constructor new MathUtils3D(): MathUtils3D Define...

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

745. laya.ui.ColorPicker_API3.0 [ 58%]

...的列表,用户可以从中选择颜色。 example 以下示例代码,创建了一个 ColorPicker 实例。 package { import laya.ui.ColorPicker; import laya.utils.Handler; public class ColorPicker_Example { public function ColorPicker_Example() { Laya.init(640, 800);//设置游戏画布宽高...

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

746. laya.d3.graphics.VertexDeclaration_API3.0 [ 58%]

...t;): VertexDeclaration Defined in laya/d3/graphics/VertexDeclaration.ts:45 创建一个 VertexDeclaration 实例。 Parameters vertexStride: number 顶点跨度。 vertexElements: Array<VertexElement> 顶点元素集合。 Returns VertexDeclaration Accessors id get id(): number Defined in laya...

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

747. laya.d3.component.AvatarMask_API3.0 [ 58%]

... new AvatarMask(): AvatarMask Defined in laya/d3/component/AvatarMask.ts:9 创建一个AvatarMask实例 Returns AvatarMask Methods clone clone(): any Defined in laya/d3/component/AvatarMask.ts:47 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/componen...

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

748. dialog 遮挡 [ 58%]

... alert(Dialog.manager.numChildren+"");//manager是DialogManager的实例创建多少个dialog,manager下就有多少的子对象 var dia:Dialog=Dialog.manager.getChildAt(2) as Dialog;//获取manager下的子对象,通过zOrder改变其层级 dia.zOrder=2000; } 2017-06-06 0 2 分享 微博 QZO...

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

749. laya.components.Animation2DEvent_API3.0 [ 58%]

...vent(): Animation2DEvent Defined in laya/components/Animation2DEvent.ts:10 创建一个 Animation2DEvent 实例。 Returns Animation2DEvent Properties eventName eventName: string Defined in laya/components/Animation2DEvent.ts:8 事件触发名称。 params params: any[] Defined in laya/components/An...

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

750. 多线程Worker · LayaAir3.4 · 引擎文档 · LAYABOX [ 58%]

...当前页面的关闭而结束;这意味着Dedicated web worker只能被创建它的页面访问。与之相对应的Shared web worker可以被多个页面访问。但是web worker有些限制,并非所有的接口和方法都能使用。 Web Worker无法访问DOM节点; Web Worker无法访问...

来源: Laya3.0_文档 发布时间: 20251010