C# Class Myre.Physics.Collisions.CollisionDetector

Afficher le fichier Open project: TomGillen/Myre Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Geometry geom ) : void
CollisionDetector ( ) : System
Remove ( Geometry geom ) : bool
Update ( ) : void

Private Methods

Méthode Description
DoBroadphase ( ) : void
DoNarrowphase ( ) : void
RemoveDeadCollisions ( ) : void

Method Details

Add() public méthode

public Add ( Geometry geom ) : void
geom Geometry
Résultat void

CollisionDetector() public méthode

public CollisionDetector ( ) : System
Résultat System

Remove() public méthode

public Remove ( Geometry geom ) : bool
geom Geometry
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void