大约有 2,613 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1651) Laya3.0_api(320) Laya2.0_api(218) laya_api(186) Laya2.0_文档(147) Laya3.0_文档(90) Laya2.0_示例(1)
...在class a中设置监听并处理,但我删除这个a的实例并重新创建,发现触发事件时,处理函数会调用2次,再删除在创建a,会触发处理3次。。。 除了在删除时用offAll清理,如何在off中指定on中的监听接口 () => {this.xxx();}? 2017-10-12...
来源: Laya_社区 发布时间: 20171012
...ic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 类用于创建锥形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By angle : Number发射角度。ConeShape emitType : int发射类型,0为Base,1为BaseShel...
来源: laya_api 发布时间: 20170929
...ic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 类用于创建锥形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By angle : Number发射角度。ConeShape emitType : int发射类型,0为Base,1为BaseShel...
来源: Laya2.0_api 发布时间: 20190513
.../CannonCollision" CannonCollision Class CannonCollision Collision 类用于创建物理碰撞信息。 Hierarchy CannonCollision Index Constructors constructor Properties contacts other Constructors constructor new CannonCollision(): CannonCollision Defined in laya/d3/physicsCannon/CannonCollision.t...
来源: Laya3.0_api 发布时间: 20231102
...s "laya/d3/physics/Collision" Collision Class Collision Collision 类用于创建物理碰撞信息。 Hierarchy Collision Index Constructors constructor Properties contacts other Constructors constructor new Collision(): Collision Defined in laya/d3/physics/Collision.ts:23 创建一个 Collision ...
来源: Laya3.0_api 发布时间: 20231115
...entAngularVelocity Class GradientAngularVelocity GradientRotation 类用于创建渐变角速度。 Hierarchy GradientAngularVelocity Implements IClone Index Constructors constructor Accessors constant constantMax constantMaxSeparate constantMin constantMinSeparate constantSeparate gradient gradient...
来源: Laya3.0_api 发布时间: 20231115
没有LayaAir3D启动类 创建3d项目没有LayaAir3D启动类 附件 : --> 2019-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 3d示例项目在第一个场景的 runtime脚本Gam...
来源: Laya_社区 发布时间: 20190926
...么搞。这layaAir按教程来搞都搞不了,如果直接在代码里创建分分钟可用。到了IDE里就各种问题。就连直接复制教程里的代码,编出来的组件在IDE里都不能用,我也是服了。把MornUI以前自定义的组件弄过来,搞到头都痛了,没一...
来源: Laya_社区 发布时间: 20170912
...、LayaAir引擎使用Tiled Map 地图3.1 IDE勾选laya.tiledmap组件3.2 创建TiledMap地图3.3 控制地图3.4 拖动地图四、Tiled Map 使用优化4.1 销毁地图4.2 缓存相关4.3 合并图层4.4 移除被覆盖的格子使用TiledMap地图 一、概述 Tiled Map Editor是一个免费的...
来源: Laya3.0_文档 发布时间: 20251010
...= "#232628"; setup(); })(); function setup() { createParagraph(); // 代码创建 showExternalHTML(); // 使用外部定义的html } function createParagraph() { var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = "<div>"; html += "&...
来源: Laya_社区 发布时间: 20170515