C# 클래스 tk2dEditor.Atlas.Builder

파일 보기 프로젝트 열기: Collegiennes/Malisse 1 사용 예제들

공개 메소드들

메소드 설명
AddRect ( int width, int height ) : void
Build ( ) : int
Builder ( int atlasWidth, int atlasHeight, int maxAllowedAtlasCount, bool allowOptimizeSize, bool forceSquare ) : System
GetAtlasData ( ) : tk2dEditor.Atlas.Data[]
GetRemainingRectIndices ( ) : int[]
HasOversizeTextures ( ) : bool

비공개 메소드들

메소드 설명
FindBestBinPacker ( int width, int height, List &currRects, bool &allUsed ) : MaxRectsBinPack

메소드 상세

AddRect() 공개 메소드

public AddRect ( int width, int height ) : void
width int
height int
리턴 void

Build() 공개 메소드

public Build ( ) : int
리턴 int

Builder() 공개 메소드

public Builder ( int atlasWidth, int atlasHeight, int maxAllowedAtlasCount, bool allowOptimizeSize, bool forceSquare ) : System
atlasWidth int
atlasHeight int
maxAllowedAtlasCount int
allowOptimizeSize bool
forceSquare bool
리턴 System

GetAtlasData() 공개 메소드

public GetAtlasData ( ) : tk2dEditor.Atlas.Data[]
리턴 tk2dEditor.Atlas.Data[]

GetRemainingRectIndices() 공개 메소드

public GetRemainingRectIndices ( ) : int[]
리턴 int[]

HasOversizeTextures() 공개 메소드

public HasOversizeTextures ( ) : bool
리턴 bool