Steamworks.NativeMethods.ISteamUtils_SetOverlayNotificationPosition C# (CSharp) Method

ISteamUtils_SetOverlayNotificationPosition() private method

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