This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Dummy Body

Dummy body is a static body, that does not move and has no physical properties. It is used as a prop to attach other bodies with joints to.Dummy body 是一个静态物体,它不会移动并且没有物理属性。它用作道具以连接其他物体关节至。

  • If a Dummy body is assigned to a Dummy Object, it is completely invisible.如果将 Dummy body 分配给 Dummy Object,则它是完全不可见的。
  • If a Dummy body has a shape, it can collide with other physical objects. They will bounce off or slide along it in accordance with their parameters, but a Dummy body will always stay in place.如果 Dummy body 有一个形状,它可以与其他物理对象发生碰撞。它们会根据它们的参数弹开或沿着它滑动,但 Dummy body 将始终保持原位。

On the picture below you can see a dummy object with a Dummy body and without any collision shape. It pins the physical cloth so it can hang without any rack. At the same time, it does not collide with balls that roll through it.在下图中,您可以看到一个带有 Dummy body 且没有任何碰撞形状的虚拟对象。它固定物理所以它可以在没有任何架子的情况下悬挂。同时,它不会与滚过它的球发生碰撞。

Dummy body

An invisible Dummy body (with assigned shape) used to pin a cloth body to一个不可见的 Dummy body(具有指定的形状),用于将布体固定到

See also也可以看看#

Assigning a Dummy Body分配一个虚拟实体#

To assign a Dummy body to an object via UnigineEditor perform the following steps:通过将 Dummy body 分配给对象统一编辑器执行以下步骤:

  1. Open the World Hierarchy window.打开 World Hierarchy 窗口。
  2. Select an object to assign a Dummy body to.选择要为其分配 Dummy body 的对象。
  3. Go to the Physics tab in the Parameters window and assign a physical body to the selected object by selecting Body -> Dummy.转到 Parameters 窗口中的 Physics 选项卡并分配一个物理物体通过选择 Body -> Dummy 到选定的对象。

    Adding a body

  4. Set body's name and change other parameters if necessary.如有必要,设置物体的名称并更改其他参数。
最新更新: 2023-03-07
Build: ()