C# Class FarseerPhysics.Samples.MediaSystem.LineBatch

Inheritance: IDisposable
Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( Matrix projection, Matrix view ) : void
Dispose ( ) : void
DrawLine ( Vector2 v1, Vector2 v2 ) : void
DrawLine ( Vector2 v1, Vector2 v2, Color color ) : void
DrawLineShape ( Shape shape ) : void
DrawLineShape ( Shape shape, Color color ) : void
DrawVertices ( Vertices verts ) : void
DrawVertices ( Vertices verts, Color color ) : void
End ( ) : void
LineBatch ( GraphicsDevice graphicsDevice ) : System
LineBatch ( GraphicsDevice graphicsDevice, int bufferSize ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Flush ( ) : void

Method Details

Begin() public méthode

public Begin ( Matrix projection, Matrix view ) : void
projection Matrix
view Matrix
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawLine() public méthode

public DrawLine ( Vector2 v1, Vector2 v2 ) : void
v1 Vector2
v2 Vector2
Résultat void

DrawLine() public méthode

public DrawLine ( Vector2 v1, Vector2 v2, Color color ) : void
v1 Vector2
v2 Vector2
color Color
Résultat void

DrawLineShape() public méthode

public DrawLineShape ( Shape shape ) : void
shape FarseerPhysics.Collision.Shapes.Shape
Résultat void

DrawLineShape() public méthode

public DrawLineShape ( Shape shape, Color color ) : void
shape FarseerPhysics.Collision.Shapes.Shape
color Color
Résultat void

DrawVertices() public méthode

public DrawVertices ( Vertices verts ) : void
verts Vertices
Résultat void

DrawVertices() public méthode

public DrawVertices ( Vertices verts, Color color ) : void
verts Vertices
color Color
Résultat void

End() public méthode

public End ( ) : void
Résultat void

LineBatch() public méthode

public LineBatch ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
Résultat System

LineBatch() public méthode

public LineBatch ( GraphicsDevice graphicsDevice, int bufferSize ) : System
graphicsDevice GraphicsDevice
bufferSize int
Résultat System