C# 클래스 BEPUphysics.CollisionTests.Manifolds.BoxContactManifold

Manages persistent contact data between two boxes.
상속: BEPUphysics.CollisionTests.Manifolds.ContactManifold
파일 보기 프로젝트 열기: Indiefreaks/igf

보호된 프로퍼티들

프로퍼티 타입 설명
boxA ConvexCollidable

공개 메소드들

메소드 설명
BoxContactManifold ( ) : System

Constructs a new manifold.

CleanUp ( ) : void

Cleans up the manifold.

Initialize ( Collidable newCollidableA, Collidable newCollidableB ) : void

Initializes the manifold.

Update ( float dt ) : void

Updates the manifold.

메소드 상세

BoxContactManifold() 공개 메소드

Constructs a new manifold.
public BoxContactManifold ( ) : System
리턴 System

CleanUp() 공개 메소드

Cleans up the manifold.
public CleanUp ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes the manifold.
Thrown when the collidables being used are not of the proper type.
public Initialize ( Collidable newCollidableA, Collidable newCollidableB ) : void
newCollidableA BEPUphysics.BroadPhaseEntries.Collidable First collidable.
newCollidableB BEPUphysics.BroadPhaseEntries.Collidable Second collidable.
리턴 void

Update() 공개 메소드

Updates the manifold.
public Update ( float dt ) : void
dt float Timestep duration.
리턴 void

프로퍼티 상세

boxA 보호되어 있는 프로퍼티

protected ConvexCollidable boxA
리턴 ConvexCollidable