C# 클래스 PixelFarm.DrawingGL.TextureAtlas

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
AllocNewRectArea ( int w, int h, int &areaId, int &x, int &y ) : TextureAtlasAllocResult
Dispose ( ) : void
TextureAtlas ( int w, int h ) : System.Collections.Generic

메소드 상세

AllocNewRectArea() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TextureAtlas() 공개 메소드

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