C# Class hyades.graphics.PhysicsRenderer

Datei anzeigen Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
Draw ( Body body, Camera camera ) : void
Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
Draw ( Physics physics, Camera camera ) : void
Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
GetInstance ( GraphicsDevice device ) : PhysicsRenderer
PhysicsRenderer ( GraphicsDevice device ) : System

Method Details

Draw() public method

public Draw ( Body body, Camera camera ) : void
body hyades.physics.Body
camera Camera
return void

Draw() public method

public Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
body hyades.physics.Body
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
return void

Draw() public method

public Draw ( Physics physics, Camera camera ) : void
physics hyades.physics.Physics
camera Camera
return void

Draw() public method

public Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
physics hyades.physics.Physics
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
return void

GetInstance() public static method

public static GetInstance ( GraphicsDevice device ) : PhysicsRenderer
device GraphicsDevice
return PhysicsRenderer

PhysicsRenderer() public method

public PhysicsRenderer ( GraphicsDevice device ) : System
device GraphicsDevice
return System