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

SimulationIslandDrawer() 공개 메소드

public SimulationIslandDrawer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
리턴 System.Collections.Generic
        public SimulationIslandDrawer(Game game)
        {
            this.game = game;
        }
SimulationIslandDrawer