Exemplo n.º 1
0
        public FpsRenderer(IFpsRendererState state)
        {
            state.ThrowIfNull("state");

            _state = state;
            BackgroundColor = Constants.FpsRenderer.BackgroundColor;
        }
Exemplo n.º 2
0
        public FpsRenderer(IFpsRendererState state)
        {
            state.ThrowIfNull("state");

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