C# Class PixelFarm.DrawingGL.TextureAtlas

显示文件 Open project: prepare/HTML-Renderer

Public Methods

Method 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 method

public AllocNewRectArea ( int w, int h, int &areaId, int &x, int &y ) : TextureAtlasAllocResult
w int
h int
areaId int
x int
y int
return TextureAtlasAllocResult

Dispose() public method

public Dispose ( ) : void
return void

TextureAtlas() public method

public TextureAtlas ( int w, int h ) : System.Collections.Generic
w int
h int
return System.Collections.Generic