Physics Bodies Reference(物理实体参考)

注:文中红色的部分都是我在实践中的一些理解,建议大家参考一下

This page contains a reference listing of properties in the Physics and Collision categories of properties. If you are looking for reference on Collision Responses or Collision Presets please see: Collision Response Reference.

这页包含一个列举了所有物理属性和碰撞属性的的参考文档。如果你想查看碰撞响应与碰撞预设请参考Collision Response Reference.

Properties(属性)

Below are the properties for Physics Bodies (Body Instances) separated by major category.

下面是根据主要类别展示的物理实体(实体的实例)属性

Physics(物理的)

Property   Description
Simulate Physics
模拟物理效果

If true, this body will use simulation. If false, will be 'fixed' (ie kinematic) and move where it is told.

如果勾选,则实体会开启物理模拟。如果不勾选,实体将会固定住并且会移动到你所指定的位置。

Mass in KG
质量 KG为单位
Mass of the body in KG.
实体的质量(KG为单位)
Angular Damping
角度阻尼

'Drag' force added to reduce angular movement

添加到实体上的力来阻塞其旋转

Linear Damping
线性运动阻尼

'Drag' force added to reduce linear movement

添加到实体上的力来阻塞其移动

Enable Gravity
是否启用重力

If object should have the force of gravity applied.

实体对象是否启用重力

Constraints(约束与限制)

Lock Position(锁定位置)

When a Locked Axis Mode is selected, will lock translation on the specified axis.

当一个轴的锁定开启时,他就会在特定的轴上锁定坐标位置

Property Description
Lock X Translation

Lock translation along the X-axis.

x轴锁定不产生位移

Lock Y Translation

Lock translation along the Y-axis.

y轴锁定不产生位移

Lock Z Translation

Lock translation along the Z-axis.

z轴锁定不产生位移

Lock Rotation(锁定旋转)

When a Locked Axis Mode is selected, will lock rotation to the specified axis.

当一个轴的锁定开启时,他就会在特定的轴上锁定旋转

Property Description
Lock X Rotation

Lock rotation about the X-axis.

锁定x轴方向的旋转角度

Lock Y Rotation

Lock rotation about the Y-axis.

锁定y轴方向的旋转角度

Lock Z Rotation

Lock rotation about the Z-axis.

锁定z轴方向的旋转角度

Mode(模式)

这里要特殊说明一下Custome Plane里的三个参数X,Y,Z。

参数里的X,Y,Z。就是平面方程ax+by+cz+d = 0的a,b,c三个参数。d的值可以由当前的坐标求出来。比如,当参数X=1,Y=0,Z=0时,且该物体坐标为(1,0,0)。则该平面的方程就是 x = 1,
则该物体在x =1的平面中移动。

Locks physical movement along specified axis.

根据特定的轴锁定实体的移动

Property Description
Default Inherits the degrees of freedom from the project settings.
继承工程设置里面的自由度
Six DOF Specifies which axis to freeze rotation and movement along.
指定锁定哪一个轴的旋转与移动(和上面的Constraints一样)
YZPlane Allows 2D movement along the Y-Z plane.
允许在Y—Z平面移动
XZPlane Allows 2D movement along the X-Z plane.
允许在X—Z平面移动
XYPlane Allows 2D movement along the X-Y plane.
允许在X—Y平面移动
Custom Plane Allows 2D movement along the plane of a given normal.
允许在用户自定义的平面内移动
None No constraints.     无限制

Advanced

Property   Description
Auto Weld

自动连接为整体

If true and is attached to a parent, the two bodies will be joined into a single rigid body. Physical settings like collision profile and body settings are determined by the root

如果勾选并且该实体关联到一个父类实体,他们就会合成一个单独的的碰撞实体。类似碰撞轮廓等物理的设置都由根节点决定

Start Awake

开始时唤醒

If object should start awake, or if it should initially be sleeping.

实体是在游戏开始时就唤醒物体模拟,或是一开始处于待唤醒状态

Center Of Mass Offset

重心偏移

User specified offset for the center of mass of this object, from the calculated location.

从计算后的位置再增加一个特定的重心偏移

Mass Scale

重力的缩放比例

Per-instance scaling of mass.

每个实例的重力缩放比例

Max Angular Velocity

最大角速度

The maximum angular velocity for this instance.

实例的最大角速度

Use Async Scene
使用异步的场景

If true, this body will be put into the asynchronous physics scene. If false, it will be put into the synchronous physics scene. If the body is static, it will be placed into both scenes regardless of the value of bUseAsyncScene.

如果勾选的话,实体将会放在异步的物理场景中。如果不勾选,他就会放到同步的物理场景。如果实体是一个静态实体,无论bUseAsyncScene是什么值,他都会直接被放在两个场景

Override Max Depenetration Velocity

覆盖最大的重叠移动速度

Whether this body instance has its own custom MaxDepenetrationVelocity.

这个实体实例是否有自己的最大重叠移开速度

(注:这里对重叠移动速度做进一步的解释。场景的物体可能由于开始没有模拟物理效果,或者没有设置碰撞。会发生重叠,一旦开启物理碰撞,物体就会以一个加速度脱离重叠的物体。penentrate是渗透的意思,depenentrate就表示反义,脱离重叠)

Max Depenetration Velocity

最大脱离重叠速度

The maximum velocity used to depenetrate this object.

最大脱离重叠速度

Override Walkable Slope on Instance

对该实例重写该实体可行走的坡度

Whether this instance of the object has its own custom walkable slope override setting.

实例本身是否有自己的可行走的坡度

(注:该选项就是自定义  当前实体可行走坡度  的一个开关。也就是说,勾选后,你可以设置增加或减少该实体可以让其他物体在上面行走的角度。比如,这个实体是一个斜面,但是你不想让任何物体在上面走,你就可以在Walkable Slope Behavior设置为Decrease Walkable slope。Walkable Slope Angle为90°,这样任何角色都不可以在上面行走了。不过,要注意,这不代表物体不能短暂性的落在上面。)

Walkable Slope Override

重写在该实体上可行走的坡度

Custom walkable slope setting for this body.See the Walkable Slope documentation for usage information.

该实体自定义的可行走坡度设定。查看链接 Walkable Slope来获取更多有效的信息。

Walkable Slope Behavior

可行走的坡度行为

Behavior of this surface (whether we affect the walkable slope).

表面的行为(就是 是否影响行可走的坡度)

Walkable Slope Angle

可行走的角度

Override walkable slope, applying the rules of the Walkable Slope Behavior.

覆盖可以行走的斜度,根据上个选项Walkable Slope Behavior来决定效果

Sleep Family

休眠集

The set of values used in considering when put this body to sleep.

一个决定集合,决定什么时候让实体静止不动

(注:里面有两个选项,第一个是Normal,第二个是sensitive。Normal适合大部分情况,不过在某些弧形移动的转折点或者钟摆的速度非常小的地方会导致物体静止。sensitive即使在这两个情况下也不会停止运动。)

Position Solver Iteration Count

位置计算迭代数

This physics body's solver iteration count for position. Increasing this will be more CPU intensive, but better stabilized.

物理实体计算位置的迭代次数。次数越多,对CPU的消耗越大,但是移动动作会越平稳

Velocity Solver Iteration Count

角度计算迭代数

This physics body's solver iteration count for velocity. Increasing this will be more CPU intensive, but better stabilized.

物理实体计算角度的迭代次数。次数越多,对CPU的消耗越大,但是旋转动作会越平稳

Should Update Physics Volume

是否更新物理体积

Whether or not the cached PhysicsVolume this component overlaps should be updated when the component is moved.

当组件移动时,重叠的缓存物理体积是否被立即更新

Collision

Property   Description
Simulation Generates Hit Events

模拟产生碰撞事件

Should 'Hit' events fire when this object collides during physics simulation.

“击中”事件会在模拟物理开启时产生。

Phys Material Override

覆盖物理的材料

Allows you to override the PhysicalMaterial to use for simple collision on this body.

允许你覆盖物理材料来给实体添加简单的碰撞。

Generate Overlap Events

产生重叠事件

If true, this component will generate overlap events when it is overlapping other components (eg Begin Overlap). Both components (this and the other) must have this enabled for overlap events to occur.

如果勾选,这个组件就会在和其他组件重叠时生成重叠事件。但是这两个组件必须对彼此开启了允许重叠的开关。

Collision Responses

碰撞应答

See the Collision Response Reference documentation for more information.

查看Collision Response Reference 文档来获取更多信息

Advanced

Property   Description
Use CCD

使用持续的碰撞

If true Continuous Collision Detection (CCD) will be used for this component.

如果勾选,这个组件就会持续的进行碰撞检测。

Always Create Physics State

总是创建物理状态

Indicates if we'd like to create physics state all the time (for collision and simulation). If you set this to false, it still will create physics state if collision or simulation activated. This can help performance if you'd like to avoid overhead of creating physics state when triggers

表示我们是否总是想要创建物理状态(针对碰撞和其他物理模拟)。如果将他设置为否,他也会创建物理状态,不过只在发生碰撞和开启物理模拟的时候。这个可以帮助你避免每次触发时创建物理状态的开销。

Multi Body Overlap

复杂的实体重叠

If true, this component will generate individual overlaps for each overlapping physics body if it is a multi-body component. When false, this component will generate only one overlap, regardless of how many physics bodies it has and how many of them are overlapping another component/body. This flag has no influence on single body components.

勾选的话,如果这个组件是一个多实体构成的组件,他就会给每个物理实体生成独立的重叠事件。如果设置为否,无论这个实体有多少重叠的组件或子实体,这个组件就会只生成一个重叠事件。这个标识对单实体的组件无效。

Check Async Scene On Move

移动时检查异步场景

If true, this component will look for collisions on both physic scenes during movement. Only required if the asynchronous physics scene is enabled and has geometry in it, and you wish to test for collisions with objects in that scene.

如果勾选,这个组件会在移动时在两个物理场景检测碰撞。只在下面所说的情况下需要,异步场景开启并且里面有几何体,而且你想要在那个场景里测试碰撞。

(注:这个标识虽然在每个场景都存在,但是只对身上有 movement组件的实体有效。)

Trace Complex On Move

移动时跟踪检测复杂的碰撞

If true, component sweeps with this component should trace against complex collision during movement (for example, each triangle of a mesh). If false, collision will be resolved against simple collision bounds instead.

如果勾选,组件扫描就会在移动时跟踪到复杂的碰撞(比如检测到每一个三脚面)。如果不勾选,就会简单的检测碰撞实体的轮廓。

Return Material On Move

移动时返回材质

If true, component sweeps will return the material in their hit result.

如果勾选,组件扫描会返回他们碰撞的物体材质。

Can Ever Affect Navigation

能否影响导航

Whether this component can potentially influence navigation

这个组件是否能潜在的影响导航

Physics Bodies(中文翻译)—UE4官方文档相关推荐

  1. 翻译Houdini官方文档:PDG教程之HDA处理器

    官方文档:PDG Tutorial 3 HDA Processor Part 1 关于这个教程 你将会学到什么 步骤 0 - 拷贝所需的HDA文件 步骤 1 - 观察HDA 步骤 2 - 设置PDG输 ...

  2. 翻译HoudiniEngine官方文档:PDG

    官方文档:<Houdini Engine 3.6: PDG> 介绍 PDG 是一套用于对任务进行分配与管理的程序化架构. 使用 Houdini Engine,PDG的功能可以轻松地在其他应 ...

  3. 翻译Houdini官方文档:PDG/TOPs介绍

    官方文档:Introduction to TOPs 总览 使用TOPs工作 TOP节点UI Processors(处理器) Mappers partitions(分割) Schedulers(调度器) ...

  4. [翻译]ElasticSearch官方文档-安装

    本文翻译自:www.elastic.co/guide/en/el- 本文是Elasticsearch的入门文档,将会介绍ElasticSearch在不同环境下的安装. 安装 Elasticsearch ...

  5. [翻译]ElasticSearch官方文档-执行查询和过滤操作

    本文翻译自:www.elastic.co/guide/en/el- 本文是Elasticsearch的入门文档,将会介绍ElasticSearch中的查询操作和过滤操作. 执行查询 现在我们已经看到了 ...

  6. Rust模板引擎Tera中文英文对照官方文档

    来嘞早不如来的巧,刚翻译好,你就来啦!翻译完成 要开发CMS(内容管理系统)得有个模板引擎,Tera是使用Rust编写的模板引擎,语法跟JinJa2很像. 引入Tera 要使用Tera只需要在 Car ...

  7. 翻译: Oralce官方文档-- Data Blocks, Extents, and Segments

    Data Blocks, Extents, and Segments                                                                   ...

  8. 【翻译一下官方文档】邂逅uniCloud云函数(基础篇)

    我将用图文的形式,把市面上优质的课程加以自己的理解,详细的把:创建一个uniCloud的应用,其中的每一步记录出来,方便大家写项目中,做到哪一步不会了,可以轻松翻看文章进行查阅.(此文长期更新连载) ...

  9. Maven介绍(翻译自官方文档)

    1. Introduction(简介) Maven, a Yiddish word meaning accumulator of knowledge, was originally started a ...

  10. 翻译CGAL官方文档教程:Hello World

    原文链接:https://doc.cgal.org/latest/Manual/tutorial_hello_world.html 前言 这个教程的目标读者是:了解C++并有基础几何学算法知识的CGA ...

最新文章

  1. Windows下本机简易监控系统搭建(Telegraf+Influxdb+Grafana)--转
  2. 操作系统设计与实现第3版笔记与minix3心得(2)-minix3内核调用
  3. 考研计算机专业课复习,考研中计算机专业课的复习考试.pdf
  4. php tls,使用TLS在PHP中建立连接
  5. php易错,PHP学习1:几种常见数据类型及其易错点
  6. 恒大汽车自救进行时:恒驰5进入试产阶段,离量产只差道路准入许可
  7. python_对象的基本组成和内存示意图---python工作笔记016
  8. 利用 Python 制作酷炫的飞船大战!|原力计划
  9. 综合布线屏蔽系统的现状与应用
  10. offer来了(原理篇)学习笔记-第9章设计模式
  11. 【bzoj 3815】卡常数
  12. 家庭局域网_局域网IP不止192.168 了解这些实用又安全
  13. 如何在虚拟机上安装苹果系统(Mac OS)
  14. IOS 开发必备网址
  15. 笔记本外接显示器鼠标卡顿、显示器掉帧解决办法
  16. java过滤xss_java处理XSS过滤的方法
  17. 数学物理方法的matlab解法及可视化(一)复变函数图形
  18. 在北京安定门零售店拿下绿源卡乐03,让我随时出发“找自由”
  19. 云计算中的网络基础知识
  20. 【软件开发工具】填空选择,精讲

热门文章

  1. java 学习视频 从基础到精通以及框架
  2. R语言中写入Excel的不同sheet表格
  3. php私章制作,PS制作一枚私人的古典型印章教程
  4. (转)wxWindows一些网文
  5. VB.NET视频打开方式
  6. 开发微信H5视频秀项目遇到的坑
  7. tcp/ip协议详解
  8. CSC公派|小红本及小黄本的办理
  9. java连接数据库步骤
  10. html微软雅黑无效,移动端h5不支持font-family里面的楷体、微软雅黑等字体