BEPUphysicsDrawer.Lines.BoundingBoxDrawer.BoundingBoxDrawer C# (CSharp) Méthode

BoundingBoxDrawer() public méthode

public BoundingBoxDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
Résultat BEPUutilities.DataStructures
        public BoundingBoxDrawer(Game game)
        {
            this.game = game;
        }
BoundingBoxDrawer