Steamworks.NativeMethods.ISteamGameServerUtils_SetOverlayNotificationPosition C# (CSharp) Method

ISteamGameServerUtils_SetOverlayNotificationPosition() private method

private ISteamGameServerUtils_SetOverlayNotificationPosition ( ENotificationPosition eNotificationPosition ) : void
eNotificationPosition ENotificationPosition
return void
		public static extern void ISteamGameServerUtils_SetOverlayNotificationPosition(ENotificationPosition eNotificationPosition);
NativeMethods