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

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

221. 为什么会出现报错 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

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

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

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

223. laya.components.CommonScript_API3.0 [ 40%]

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

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

224. 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

225. 分享:图集资源做位图文本的工具类(知道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

226. laya.physics.ColliderBase_API3.0 [ 38%]

...e fixture: any Defined in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody...

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

227. laya.physics.joint.PulleyJoint_API3.0 [ 38%]

...se.joint 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

228. laya.physics.joint.WeldJoint_API3.0 [ 38%]

...se.joint 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

229. laya.resource.VideoTexture_API3.0 [ 38%]

....constructor Defined in laya/resource/VideoTexture.ts:28 创建VideoTexture对象, Returns VideoTexture Properties destoryedImmediately destoryedImmediately: boolean Inherited from Resource.destoryedImmediately Defined in laya/resource/Resource.ts:104 是否在引用计数为0的时候立马删除...

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

230. laya.d3.core.MeshFilter_API3.0 [ 38%]

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

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