C# 클래스 FAtlas, FutilePrototyper

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

공개 메소드들

메소드 설명
FAtlas ( string name, Texture texture, int index ) : System
FAtlas ( string name, string dataPath, Texture texture, int index ) : System
FAtlas ( string name, string imagePath, string dataPath, int index, bool shouldLoadAsSingleImage ) : System
Unload ( ) : void

비공개 메소드들

메소드 설명
CreateAtlasFromSingleImage ( ) : void
LoadAtlasData ( ) : void
LoadTexture ( ) : void

메소드 상세

FAtlas() 공개 메소드

public FAtlas ( string name, Texture texture, int index ) : System
name string
texture Texture
index int
리턴 System

FAtlas() 공개 메소드

public FAtlas ( string name, string dataPath, Texture texture, int index ) : System
name string
dataPath string
texture Texture
index int
리턴 System

FAtlas() 공개 메소드

public FAtlas ( string name, string imagePath, string dataPath, int index, bool shouldLoadAsSingleImage ) : System
name string
imagePath string
dataPath string
index int
shouldLoadAsSingleImage bool
리턴 System

Unload() 공개 메소드

public Unload ( ) : void
리턴 void