C# Class FAtlas, FutilePrototyper

Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

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

Private Methods

Method Description
CreateAtlasFromSingleImage ( ) : void
LoadAtlasData ( ) : void
LoadTexture ( ) : void

Method Details

FAtlas() public method

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

FAtlas() public method

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

FAtlas() public method

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

Unload() public method

public Unload ( ) : void
return void