Protogame.KernelMetricsProfilerVisualiser.GetHeight C# (CSharp) Méthode

GetHeight() public méthode

public GetHeight ( int backBufferHeight ) : int
backBufferHeight int
Résultat int
        public int GetHeight(int backBufferHeight)
        {
            return 20;
        }