This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
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

体格检查

A Physical is an object inside of which there is an invisible force field affecting other objects.Physical是一个对象,其中有一个影响其他对象的不可见力场。

Watch our video tutorial on physics for an overview of physical effects.观看我们的 物理视频教程,概述了物理效果。

Types of Physicals身体类型#

There are 5 types of physicals:身体有5种类型:

  •   Physical Wind is a cuboid shaped area that simulates the blowing wind inside of it.   Physical Wind是一个长方体形状的区域,模拟其中的吹风。
  •   Physical Force is a spherical object with a force applied to its center. It pulls physical objects and particles up to or away from the point or rotates them around.   Physical Force是一个球形物体,在其中心施加了力。它可以将物理对象和粒子拉到该点或远离该点或使其旋转。
  •   Physical Noise is a cuboid shaped area that adds a distribution flow based on a volumetric noise texture.   Physical Noise是一个长方体形状的区域,可基于体积噪声纹理添加分配流。
  •   Physical Water is a cuboid shaped area that simulates a force field affecting water objects.   Physical Water是一个长方体形状的区域,它模拟影响水对象的力场。
  •   Physical Trigger is an object firing callbacks when physical objects or non-physical colliders get inside or outside of it.   Physical Trigger是当物理对象或非物理碰撞器进入内部或外部时触发回调的对象。
最新更新: 2021-04-29
Build: ()