C# 클래스 Myre.Physics.Collisions.CollisionDetector

파일 보기 프로젝트 열기: TomGillen/Myre 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Geometry geom ) : void
CollisionDetector ( ) : System
Remove ( Geometry geom ) : bool
Update ( ) : void

비공개 메소드들

메소드 설명
DoBroadphase ( ) : void
DoNarrowphase ( ) : void
RemoveDeadCollisions ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Geometry geom ) : void
geom Geometry
리턴 void

CollisionDetector() 공개 메소드

public CollisionDetector ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( Geometry geom ) : bool
geom Geometry
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void