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.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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