大约有 6,214 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0111 秒)
Laya_社区(4720) Laya2.0_文档(406) Laya3.0_api(400) Laya2.0_api(252) laya_api(215) Laya3.0_文档(182) Laya2.0_示例(22) Laya_示例(17)
...URL Defined in laya/resource/Resource.ts:198 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...
来源: Laya3.0_api 发布时间: 20231115
...源 这个是怎么回事? Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 图片添加点击事件 有的不生效 问题状态 最新活动: 2018-11-01 16:56 浏览: 2083 关注: 2 人
来源: Laya_社区 发布时间: 20181031
...URL Defined in laya/resource/Resource.ts:198 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...
来源: Laya3.0_api 发布时间: 20231115
...个平面,一个方体,一个球体。以下我用laya自带的方法创建,这个环节不做过多介绍。 //初始化3d画布 Laya3D.init(0, 0, true); //设置全屏 Laya.stage.scaleMode = Stage.SCALE_FULL; //显示统计数据 Stat.show(); //给舞台添加laya3d场景 var scene:Scene = L...
来源: Laya_社区 发布时间: 20161223
...lisionUtils(): CollisionUtils Defined in laya/d3/math/CollisionUtils.ts:26 创建一个 Collision 实例。 Returns CollisionUtils Methods Static boxContainsBox boxContainsBox(box1: BoundBox, box2: BoundBox): number Defined in laya/d3/math/CollisionUtils.ts:901 空间中包围盒是否包含另一...
来源: Laya3.0_api 发布时间: 20231115
...URL Defined in laya/resource/Resource.ts:198 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...
来源: Laya3.0_api 发布时间: 20231115
...metryElementImplements laya.d3.core.IClone ShurikenParticleSystem 类用于创建3D粒子数据模板。 Public Properties PropertyDefined By aliveParticleCount : int[read-only] 粒子存活个数。 ShurikenParticleSystem autoRandomSeed : Boolean是否使用随机种子。 ShurikenParticleSy...
来源: Laya2.0_api 发布时间: 20190513
...这些子发射器是在粒子生命周期的某些阶段在粒子位置处创建的附加粒子发射器。 Enable:是否启用此模块。 Sub Emitters:配置一个子发射器列表,并选择它们的触发条件以及它们从父粒子继承的属性。 Particle System:选择粒子发射...
来源: Laya3.0_文档 发布时间: 20260122
LayaAir引擎 socket大型项目回调 /** * 创建时间 2017/04/16 */ module PomeloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = ...
来源: Laya_社区 发布时间: 20180119
...)的setBuffer方法设置对应的uniform缓冲区。 在示例中,我们创建了一个长度为 4 * 20 的Float32Array(即colorBuffer),作为uniform vec4 colormap[20]的数据源,包含20种不同的颜色信息。 在实现过程中,我们为每个节点生成随机颜色索引(colorI...
来源: Laya3.0_文档 发布时间: 20251010