ChatterBox.Client.Universal.Background.Hub.OnUpdateFrameRate C# (CSharp) Method

OnUpdateFrameRate() public method

public OnUpdateFrameRate ( FrameRate frameRate ) : void
frameRate ChatterBox.Client.Common.Communication.Foreground.Dto.FrameRate
return void
        public void OnUpdateFrameRate(FrameRate frameRate)
        {
            ForegroundClient.OnUpdateFrameRate(frameRate);
        }