大约有 877 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0086 秒)
Laya_社区(487) Laya3.0_api(162) laya_api(104) Laya2.0_api(96) Laya2.0_文档(13) Laya3.0_文档(13) Laya2.0_示例(1) Laya_示例(1)
...Particles:一次系统中的最大粒子数。如果达到限制,则会移除一些粒子。如果设置为1,则粒子系统会一个一个发射粒子 Auto Random Seed:自动粒子随机种子,启用后每次播放都会有不同。去掉勾选后,可以填随机种子的数值,不同...
来源: Laya3.0_文档 发布时间: 20250104
...traintComponent): void Defined in laya/d3/physics/PhysicsSimulation.ts:665 移除刚体运动的约束条件。 Parameters constraint: ConstraintComponent Returns void removeVehicle removeVehicle(v: RaycastVehicle): void Defined in laya/d3/physics/PhysicsSimulation.ts:931 Parameters v: RaycastVehicl...
来源: Laya3.0_api 发布时间: 20231115
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Implementation of ISelect.offAllCaller Inherited from EventDispatcher.of...
来源: Laya3.0_api 发布时间: 20231115
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...
来源: Laya3.0_api 发布时间: 20231115
...刚体移动,刚体出现抖动。 Skeleton动画在自然停止时不会移除play时添加的frameloop 问题状态 最新活动: 2017-07-20 20:39 浏览: 1082 关注: 3 人
来源: Laya_社区 发布时间: 20170720
...体 private createBitmapFont(v: string){ if(!v || v == ""){ return; } // 移除上次绘制的内容 for(var k=0;k<this.numChildren;k++){ Laya.Pool.recover("sprite",this._childs[k]); } this.removeChildren(); var charTotal: number = v.length; var charSps: any = ; for(var i=0;i<charTotal;i++){ v...
来源: Laya_社区 发布时间: 20161014