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
GAFElement Class Reference

Public Member Functions

 GAFElement (string name, int pivotX, int pivotY, int x, int y, int width, int height, int atlasId, float scale)
 
override string ToString ()
 

Properties

string Name [get]
 Gets the name. More...
 
int PivotX [get]
 Gets the pivot x. More...
 
int PivotY [get]
 Gets the pivot y. More...
 
int X [get]
 Gets the x. More...
 
int Y [get]
 Gets the y. More...
 
int Width [get]
 Gets the width. More...
 
int Height [get]
 Gets the height. More...
 
int AtlasId [get]
 Gets the atlas identifier. More...
 
float Scale [get]
 

Constructor & Destructor Documentation

GAFElement.GAFElement ( string  name,
int  pivotX,
int  pivotY,
int  x,
int  y,
int  width,
int  height,
int  atlasId,
float  scale 
)

Member Function Documentation

override string GAFElement.ToString ( )

Property Documentation

int GAFElement.AtlasId
get

Gets the atlas identifier.

The atlas identifier.

int GAFElement.Height
get

Gets the height.

The height.

string GAFElement.Name
get

Gets the name.

The name.

int GAFElement.PivotX
get

Gets the pivot x.

The pivot x.

int GAFElement.PivotY
get

Gets the pivot y.

The pivot y.

float GAFElement.Scale
get
int GAFElement.Width
get

Gets the width.

The width.

int GAFElement.X
get

Gets the x.

The x.

int GAFElement.Y
get

Gets the y.

The y.


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