Default Draw function.
Default Draw function.
public void Draw(SpriteBatch);
Draw function for drawing our displays at a certain offset position. NOTE: SpriteBatch Begin and End are handled outside this scope.
public void Draw(SpriteBatch,Int32,Int32);
HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace