C# Class BEPUphysicsDrawer.Lines.ContactDrawer

Renders contact points.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
ContactDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
Draw ( Effect effect, Space space ) : void

Method Details

ContactDrawer() public méthode

public ContactDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
Résultat BEPUutilities.DataStructures

Draw() public méthode

public Draw ( Effect effect, Space space ) : void
effect Microsoft.Xna.Framework.Graphics.Effect
space BEPUphysics.Space
Résultat void