UEXDev

SpriteBatch Aufruf mit Kamera

May 6th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. spriteBatchGame.Begin(
  2.     SpriteSortMode.BackToFront,
  3.     null,
  4.     null,
  5.     null,
  6.     null,
  7.     null,
  8.     camera.View);
Advertisement
Add Comment
Please, Sign In to add comment