Ballz.PerformanceRenderer.PerformanceRenderer C# (CSharp) Méthode

PerformanceRenderer() public méthode

public PerformanceRenderer ( Ballz game ) : System
game Ballz
Résultat 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;
        }