大约有 1,223 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0058 秒)
Laya_社区(987) Laya2.0_文档(100) Laya3.0_api(66) Laya3.0_文档(65) laya_api(2) Laya2.0_api(2) Laya_示例(1)
...这种用法。 例如: ```typescript declare namespace wx { /** * 批量添加卡券。 */ export function addCard(object: _addCardObject): void; /** * 清理本地数据缓存。 */ export function clearStorage(): void; /** * 同步清理本地数据缓存 */ export function clearStorageSync(): ...
来源: Laya2.0_文档 发布时间: 20210715
... 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
... 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
... 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
... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 anchor anchor: any[] Defined in laya/physics/joint/MouseJoint.ts:18 [首次设置有效]关节的链接点,是相对于自身刚体的左上角位置偏移,如果不设置,则根据鼠标...
来源: Laya3.0_api 发布时间: 20231115
... 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
... 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
...es("Box/LayaScene_JJF/Conventional/JJF.lh"); //猴子精灵添加组件(脚本) monkey.addComponent(MonkeyScript); scene.addChild(monkey); //设置相机的观察目标为小猴子 camera.transform.lookAt(monkey.tran...
来源: Laya_社区 发布时间: 20190605
... 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
【简单跑酷--JS版】---Lv.4 添加玩家 更新得有点慢~~ 不要介意~~ 前面几节课 第一节 第二节 第三节 //======================= 漂亮的分割线 ======================= 本节主要讲一下 玩家·~~~ 这节要说的要点如下: 1、打包动画图...
来源: Laya_社区 发布时间: 20160801