Steamworks.SteamUtils.SetOverlayNotificationInset C# (CSharp) Method

SetOverlayNotificationInset() public static method

Sets the inset of the overlay notification from the corner specified by SetOverlayNotificationPosition.

public static SetOverlayNotificationInset ( int nHorizontalInset, int nVerticalInset ) : void
nHorizontalInset int
nVerticalInset int
return void
		public static void SetOverlayNotificationInset(int nHorizontalInset, int nVerticalInset) {
			InteropHelp.TestIfAvailableClient();
			NativeMethods.ISteamUtils_SetOverlayNotificationInset(nHorizontalInset, nVerticalInset);
		}