大约有 27 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0058 秒)
...突位掩码碰撞的类别,category位操作的结果RigidBody owner : Node [只读]获取所属Node节点。 Component type : String 刚体类型,支持三种类型static,dynamic和kinematic类型 static为静态类型,静止不动,不受重力影响,质量无限大,可以通过...
来源: Laya2.0_api 发布时间: 20190513
...? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 关于使用matterjs物理引擎鼠标问题 用了第三方socket类 项目在IDE上可以连接...
来源: Laya_社区 发布时间: 20160920
...冲突位掩码碰撞的类别,category位操作的结果 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 ...
来源: Laya3.0_api 发布时间: 20231115
...bugDraw.ts:46 Returns PhysicsDebugDraw Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...
来源: Laya3.0_api 发布时间: 20231115
...eveco Studio 构建日志:/Applications/DevEco-Studio.app/Contents/tools/node/bin/node /Applications/DevEco-Studio.app/Contents/tools/hvigor/bin/hvigorw.js --mode module -p module=entry@default -p product=default -p requiredDeviceType=default assembleHap --analyze=normal --parallel --incremental -...
来源: Laya_社区 发布时间: 20250106
...Error(errMsg); // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer // Or, encode a plain object var buffer = AwesomeMessage.encode( { awesomeField: "AwesomeString" }).finish(); // ... do something w...
来源: Laya_社区 发布时间: 20180704
...单。这里我们借助Laya的命令行工具就可以。 - 首先下载node。下载地址https://nodejs.org/en/进行安装。 - 安装完成之后 打开cmd 命令行,输入 npm install -g layacmd 等待安装完成。 - 找到我们刚才编译的那个index.html。按住shift+右键 在此...
来源: Laya2.0_文档 发布时间: 20210714