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

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

1141. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 36%]

...这种用法。 例如: ```typescript declare namespace wx { /** * 批量添加卡券。 */ export function addCard(object: _addCardObject): void; /** * 清理本地数据缓存。 */ export function clearStorage(): void; /** * 同步清理本地数据缓存 */ export function clearStorageSync(): ...

来源: Laya2.0_文档 发布时间: 20210715

1142. laya.physics.joint.GearJoint_API3.0 [ 36%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 collideConnected collideConnected: boolean = false Defined in laya/physics/joint/GearJoint.ts:16 [首次设置有效]两个刚体是否可以发生碰撞,默认为false joint1 joint1: any Defi...

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

1143. laya.physics.joint.PulleyJoint_API3.0 [ 35%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 collideConnected collideConnected: boolean = false Defined in laya/physics/joint/PulleyJoint.ts:29 [首次设置有效]两个刚体是否可以发生碰撞,默认为false otherAnchor otherAnch...

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

1144. laya.physics.joint.WeldJoint_API3.0 [ 35%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 anchor anchor: any[] = [0, 0] Defined in laya/physics/joint/WeldJoint.ts:18 [首次设置有效]关节的链接点,是相对于自身刚体的左上角位置偏移 collideConnected collideConn...

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

1145. laya.physics.joint.MouseJoint_API3.0 [ 34%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 anchor anchor: any[] Defined in laya/physics/joint/MouseJoint.ts:18 [首次设置有效]关节的链接点,是相对于自身刚体的左上角位置偏移,如果不设置,则根据鼠标...

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

1146. laya.physics.ColliderBase_API3.0 [ 34%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 fixture 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 Com...

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

1147. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 34%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Defined in laya/d3/physicsCannon/CannonPhysicsComponent.ts:191 是否可以缩放Shape。 owner owner: Node Inherited from Component.owner Defined in ...

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

1148. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 34%]

...es("Box/LayaScene_JJF/Conventional/JJF.lh");         //猴子精灵添加组件(脚本)         monkey.addComponent(MonkeyScript);         scene.addChild(monkey);         //设置相机的观察目标为小猴子         camera.transform.lookAt(monkey.tran...

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

1149. laya.components.Widget_API3.0 [ 34%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEdit...

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

1150. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 34%]

【简单跑酷--JS版】---Lv.4 添加玩家 更新得有点慢~~ 不要介意~~   前面几节课 第一节 第二节 第三节     //=======================  漂亮的分割线  =======================   本节主要讲一下 玩家·~~~  这节要说的要点如下: 1、打包动画图...

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