public FpsRenderer(IFpsRendererState state)
        {
            state.ThrowIfNull("state");

            _state = state;
            BackgroundColor = Constants.FpsRenderer.BackgroundColor;
        }
Exemple #2
0
        public FpsRenderer(IFpsRendererState state)
        {
            state.ThrowIfNull("state");

            _state          = state;
            BackgroundColor = Constants.FpsRenderer.BackgroundColor;
        }