Camera.MainScreen.OnRotateButtonPressed C# (CSharp) Method

OnRotateButtonPressed() private method

private OnRotateButtonPressed ( Component component, IBlob blob ) : void
component Component
blob IBlob
return void
        private void OnRotateButtonPressed(Component component, IBlob blob)
        {
            Camera.Rotation += 0.1f;
        }