C# Class Protogame.PhysicsDebugDraw

Inheritance: IDebugDrawer
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
DrawLine ( Jitter.LinearMath.JVector start, Jitter.LinearMath.JVector end ) : void
DrawPoint ( Jitter.LinearMath.JVector pos ) : void
DrawTriangle ( Jitter.LinearMath.JVector pos1, Jitter.LinearMath.JVector pos2, Jitter.LinearMath.JVector pos3 ) : void
PhysicsDebugDraw ( IRenderContext renderContext, IDebugRenderer debugRenderer, bool isRigidBodyActive ) : Jitter

Method Details

DrawLine() public méthode

public DrawLine ( Jitter.LinearMath.JVector start, Jitter.LinearMath.JVector end ) : void
start Jitter.LinearMath.JVector
end Jitter.LinearMath.JVector
Résultat void

DrawPoint() public méthode

public DrawPoint ( Jitter.LinearMath.JVector pos ) : void
pos Jitter.LinearMath.JVector
Résultat void

DrawTriangle() public méthode

public DrawTriangle ( Jitter.LinearMath.JVector pos1, Jitter.LinearMath.JVector pos2, Jitter.LinearMath.JVector pos3 ) : void
pos1 Jitter.LinearMath.JVector
pos2 Jitter.LinearMath.JVector
pos3 Jitter.LinearMath.JVector
Résultat void

PhysicsDebugDraw() public méthode

public PhysicsDebugDraw ( IRenderContext renderContext, IDebugRenderer debugRenderer, bool isRigidBodyActive ) : Jitter
renderContext IRenderContext
debugRenderer IDebugRenderer
isRigidBodyActive bool
Résultat Jitter