Jypeli 4
The simple game programming library
Julkiset jäsenfunktiot | Julkiset attribuutit
ImageBatch luokkareferenssi

Draws images efficiently. Draw() calls should be made only between Begin() and End() calls. Other drawing operations can be done between Begin() and End(). Lisää...

Lista kaikista jäsenistä.

Julkiset jäsenfunktiot

void Initialize ()
void Begin (ref Matrix matrix, Texture2D texture)
void End ()
void Draw (TextureCoordinates c, Vector2 position, Vector2 size, float angle)

Julkiset attribuutit

bool LightingEnabled = true

Yksityiskohtainen selite

Draws images efficiently. Draw() calls should be made only between Begin() and End() calls. Other drawing operations can be done between Begin() and End().

The positions of images are added to a buffer. Only when the buffer is full, a draw call is made to the graphics device.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta:
 Kaikki Luokat Nimiavaruudet Funktiot Muuttujat Luettelotyypit Ominaisuudet Tapahtumat