C# 클래스 BEPUphysics.BroadPhaseEntries.MobileCollidables.ConvexCollidable

Collidable with a convex shape.
상속: EntityCollidable
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
ConvexCast ( ConvexShape castShape, RigidTransform &startingTransform, Vector3 &sweep, RayHit &hit ) : bool

보호된 메소드들

메소드 설명
ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events

메소드 상세

ConvexCast() 공개 메소드

public ConvexCast ( ConvexShape castShape, RigidTransform &startingTransform, Vector3 &sweep, RayHit &hit ) : bool
castShape BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape
startingTransform BEPUutilities.RigidTransform
sweep Vector3
hit BEPUutilities.RayHit
리턴 bool

ConvexCollidable() 보호된 메소드

protected ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events
shape BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape
리턴 BEPUphysics.BroadPhaseEntries.Events