Steamworks.NativeMethods.ISteamGameServerUtils_SetOverlayNotificationInset C# (CSharp) Method

ISteamGameServerUtils_SetOverlayNotificationInset() private method

private ISteamGameServerUtils_SetOverlayNotificationInset ( int nHorizontalInset, int nVerticalInset ) : void
nHorizontalInset int
nVerticalInset int
return void
		public static extern void ISteamGameServerUtils_SetOverlayNotificationInset(int nHorizontalInset, int nVerticalInset);
NativeMethods