C# Class Box2DX.Dynamics.ContactListener

Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ContactPoint point ) : void

Called when a contact point is added. This includes the geometry and the forces.

Persist ( ContactPoint point ) : void

Called when a contact point persists. This includes the geometry and the forces.

Remove ( ContactPoint point ) : void

Called when a contact point is removed. This includes the last computed geometry and forces.

Result ( ContactResult point ) : void

Called after a contact point is solved.

Method Details

Add() public méthode

Called when a contact point is added. This includes the geometry and the forces.
public Add ( ContactPoint point ) : void
point ContactPoint
Résultat void

Persist() public méthode

Called when a contact point persists. This includes the geometry and the forces.
public Persist ( ContactPoint point ) : void
point ContactPoint
Résultat void

Remove() public méthode

Called when a contact point is removed. This includes the last computed geometry and forces.
public Remove ( ContactPoint point ) : void
point ContactPoint
Résultat void

Result() public méthode

Called after a contact point is solved.
public Result ( ContactResult point ) : void
point ContactResult
Résultat void