Arena.ArenaModel.DrawContent C# (CSharp) 메소드

DrawContent() 보호된 메소드

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

            DrawGround();

            DrawSpeakerCube();

            DrawVideoWall();
        }