C# 클래스 TexturePacker.Atlas

The texture atlas
파일 보기 프로젝트 열기: mfascia/TexturePacker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Nodes List
Width int

프로퍼티 상세

Height 공개적으로 프로퍼티

Height in Pixel
public int Height
리턴 int

Nodes 공개적으로 프로퍼티

List of the nodes in the Atlas. This will represent all the textures that are packed into it and all the remaining free space
public List Nodes
리턴 List

Width 공개적으로 프로퍼티

Width in pixels
public int Width
리턴 int