BEPUphysicsDrawer.Lines.ContactDrawer.ContactDrawer C# (CSharp) Method

ContactDrawer() public method

public ContactDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
return BEPUutilities.DataStructures
        public ContactDrawer(Game game)
        {
            this.game = game;
        }