Arena.ArenaModel.DrawContent C# (CSharp) Method

DrawContent() protected method

protected DrawContent ( ) : void
return void
        protected override void DrawContent()
        {
            // Draw some axis indicators
            //fAxes.Render(GI);

            DrawGround();

            DrawSpeakerCube();

            DrawVideoWall();
        }