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

大约有 368 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0048 秒)

291. 为什么会出现报错 ani not found:ufo1_down [ 42%]

...for(var i = Laya.stage.numChildren - 1; i > 0; i--) { // 接收舞台子对象 var role = Laya.stage.getChildAt(i); // 判断是否有飞机,并且是否有速度值 if(role && role.speed){ // 根据飞机速度更改飞机的位置 role.y += role.speed; // 判断飞机是否移动到...

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

292. 【简单跑酷--JS版】---Lv.6 终篇 [ 42%]

... null; RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new...

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

293. laya.physics.joint.JointBase_API3.0 [ 42%]

...t(): any Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._setOwner ...

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

294. laya.components.Component_API3.0 [ 41%]

...,如果实现了这个函数,则组件会被重置并且自动回收到对象,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Ret...

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

295. 为什么会出现报错 ani not found:ufo1_down [ 41%]

...for(var i = Laya.stage.numChildren - 1; i > 0; i--) { // 接收舞台子对象 var role = Laya.stage.getChildAt(i); // 判断是否有飞机,并且是否有速度值 if(role && role.speed){ // 根据飞机速度更改飞机的位置 role.y += role.speed; // 判断飞机是否移动到...

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

296. laya.physics.RigidBody [ 41%]

...blic class RigidBodyInheritanceRigidBody Component Object 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之间的位置同步 物理世界的位置变化会自动同步到显示对象,显示对象本身的位移,旋转(父对象位移无效)...

来源: Laya2.0_api 发布时间: 20190513

297. laya.d3.physics.CharacterController [ 40%]

...,如果实现了这个函数,则组件会被重置并且自动回收到对象,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods Me...

来源: Laya2.0_api 发布时间: 20190513

298. laya.effect.EffectBase_API3.0 [ 40%]

.../effect/EffectBase" EffectBase Class EffectBase 效果插件基类,基于对象管理 Hierarchy Component EffectBase FadeIn FadeOut Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay duration ease eventName owner repeat runInEditor scriptPath target Accessor...

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

299. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 39%]

...Utils.removeChilds(this.chars, BPFont.fontPool); } /** * 获取一个字体对象 */ private getSprite(): Laya.Sprite { let sp = BPFont.fontPool.shift() || new Laya.Sprite(); return sp; } /** * 创建位图文本 * @param v */ private createFnt(v: string): void { this.clearFnt(); this.createChars(v)...

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

300. laya.physics.joint.GearJoint_API3.0 [ 39%]

...se.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any ratio get ratio(): number set ratio(value: number): void Defined in laya/physics/joint/GearJoint.ts:42 两个齿轮角速度比例,默认1 Returns number Defined in laya/physics/joint/GearJoint.ts:46 两...

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