Arena.ArenaModel.DrawContent C# (CSharp) Méthode

DrawContent() protected méthode

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

            DrawGround();

            DrawSpeakerCube();

            DrawVideoWall();
        }