C# Class 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.
显示文件 Open project: Indiefreaks/igf Class Usage Examples

Public Properties

Property Type Description
CollisionRules BEPUphysics.CollisionRuleManagement.CollisionRules
Entry BEPUphysics.CollisionShapes.CompoundShapeEntry
Events ContactEventManager
Material BEPUphysics.Materials.Material
Tag object

Property Details

CollisionRules public_oe property

Collision rules for the new child.
public CollisionRules,BEPUphysics.CollisionRuleManagement CollisionRules
return BEPUphysics.CollisionRuleManagement.CollisionRules

Entry public_oe property

Shape entry of the compound child.
public CompoundShapeEntry,BEPUphysics.CollisionShapes Entry
return BEPUphysics.CollisionShapes.CompoundShapeEntry

Events public_oe property

Event manager for the new child.
public ContactEventManager Events
return ContactEventManager

Material public_oe property

Material for the new child.
public Material,BEPUphysics.Materials Material
return BEPUphysics.Materials.Material

Tag public_oe property

Tag to assign to the collidable created for this child.
public object Tag
return object