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

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

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