Unity GAF Player  1.0
Tools for playing GAF animation inside Unity
 All Classes Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
GAFAtlas Class Reference

Public Member Functions

 GAFAtlas (string[] fileNames, float[] CSF, int id)
 
 GAFAtlas (string[] fileNames, string animationPath, float[] CSF, int id)
 
 GAFAtlas (string fileName, int id)
 
 GAFAtlas (string fileName, string animationPath, int id)
 

Properties

string[] FileNames [get, set]
 Gets or sets the file names. More...
 
string FileName [get, set]
 Gets or sets the name of the file. More...
 
int Id [get, set]
 Gets or sets the identifier. More...
 
Texture2D[] AtlasTextures [get, set]
 Gets or sets the atlas textures. More...
 
Texture2D AtlasTexture [get, set]
 Gets or sets the atlas texture. More...
 
float[] CSF [get, set]
 Gets or sets the control scale factors. More...
 

Constructor & Destructor Documentation

GAFAtlas.GAFAtlas ( string[]  fileNames,
float[]  CSF,
int  id 
)
GAFAtlas.GAFAtlas ( string[]  fileNames,
string  animationPath,
float[]  CSF,
int  id 
)
GAFAtlas.GAFAtlas ( string  fileName,
int  id 
)
GAFAtlas.GAFAtlas ( string  fileName,
string  animationPath,
int  id 
)

Property Documentation

Texture2D GAFAtlas.AtlasTexture
getset

Gets or sets the atlas texture.

The atlas texture.

Texture2D [] GAFAtlas.AtlasTextures
getset

Gets or sets the atlas textures.

The atlas textures.

float [] GAFAtlas.CSF
getset

Gets or sets the control scale factors.

The constol scale factor.

string GAFAtlas.FileName
getset

Gets or sets the name of the file.

The name of the file.

string [] GAFAtlas.FileNames
getset

Gets or sets the file names.

The file names.

int GAFAtlas.Id
getset

Gets or sets the identifier.

The identifier.


The documentation for this class was generated from the following file: