C# Класс BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundChildData

Data which can be used to create a CompoundChild. This data is not itself a child yet; another system will use it as input to construct the children.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CollisionRules BEPUphysics.CollisionRuleManagement.CollisionRules
Entry BEPUphysics.CollisionShapes.CompoundShapeEntry
Events ContactEventManager
Material BEPUphysics.Materials.Material
Tag object

Описание свойств

CollisionRules публичное свойство

Collision rules for the new child.
public CollisionRules,BEPUphysics.CollisionRuleManagement CollisionRules
Результат BEPUphysics.CollisionRuleManagement.CollisionRules

Entry публичное свойство

Shape entry of the compound child.
public CompoundShapeEntry,BEPUphysics.CollisionShapes Entry
Результат BEPUphysics.CollisionShapes.CompoundShapeEntry

Events публичное свойство

Event manager for the new child.
public ContactEventManager Events
Результат ContactEventManager

Material публичное свойство

Material for the new child.
public Material,BEPUphysics.Materials Material
Результат BEPUphysics.Materials.Material

Tag публичное свойство

Tag to assign to the collidable created for this child.
public object Tag
Результат object