BEPUphysicsDrawer.Lines.BoundingBoxDrawer.BoundingBoxDrawer C# (CSharp) 메소드

BoundingBoxDrawer() 공개 메소드

public BoundingBoxDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
리턴 BEPUutilities.DataStructures
        public BoundingBoxDrawer(Game game)
        {
            this.game = game;
        }
BoundingBoxDrawer