Ballz.PerformanceRenderer.PerformanceRenderer C# (CSharp) Method

PerformanceRenderer() public method

public PerformanceRenderer ( Ballz game ) : System
game Ballz
return System
        public PerformanceRenderer(Ballz game)
            : base(game)
        {
            Enabled = false;
            Visible = false;
            //draw the overlay last, assuming we have game and menu for the very first draw calls
            DrawOrder = 3;
        }