C# Class PixelFarm.DrawingGL.TextureAtlas

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
AllocNewRectArea ( int w, int h, int &areaId, int &x, int &y ) : TextureAtlasAllocResult
Dispose ( ) : void
TextureAtlas ( int w, int h ) : System.Collections.Generic

Method Details

AllocNewRectArea() public méthode

public AllocNewRectArea ( int w, int h, int &areaId, int &x, int &y ) : TextureAtlasAllocResult
w int
h int
areaId int
x int
y int
Résultat TextureAtlasAllocResult

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TextureAtlas() public méthode

public TextureAtlas ( int w, int h ) : System.Collections.Generic
w int
h int
Résultat System.Collections.Generic