This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm (Experimental)
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Unigine.ShapeContact Class

This class stores the result of a physical contact (coordinates of the point, contact duration, penetration depth, contact object, physical shapes participating in the contact, index of the contact surface). This class can be used for implementation of your own custom physics or a custom player.

ShapeContact Class

Properties

Object Object#

The object participating in the contact.
set
Sets the object participating in the contact.
set value - Contact object.

Shape Shape1#

The second shape participating in the contact.
set
Sets the second shape participating in the contact.
set value - Second shape participating in the contact.

Shape Shape0#

The first shape participating in the contact.
set
Sets the first shape participating in the contact.
set value - First shape participating in the contact.

vec3 Normal#

The normal coordinates at the contact point.
set
Sets new normal coordinates at the contact point.
set value - Normal coordinates at the contact point.

vec3 Point#

The coordinates of the contact point.
set
Sets new coordinates of the contact point.
set value - Coordinates of the contact point, in world coordinate system.

float Depth#

The penetration depth of the contact. this distance is measured along the contact normal.
set
Sets a new penetration depth of the contact. This distance is measured along the contact normal.
set value - Contact depth, in units.

float Time#

The time when the contact occurs. in case of ccd (for spheres or capsules), it returns the time starting from the current physics simulation tick to the moment when the calculated contact is bound to happen. in case of non-continuous collision detection, 0 is always returned.
set
Sets the time when the contact occurs. In case of CCD (for spheres or capsules), it's the time starting from the current physics simulation tick to the moment when the calculated contact is bound to happen. In case of non-continuous collision detection, it is always 0.
set value - Contact time, in milliseconds.

int Surface#

The contact surface number.
set
Sets a new contact surface number.
set value - Contact surface number.

int Id#

The contact id.
set
Sets a new contact ID.
set value - Contact ID.

Members


static ShapeContact ( ) #

ShapeContact class constructor.
Last update: 2020-11-24
Build: ()