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

Public Member Functions

 GAFState (string name, int zorder, float a, float b, float c, float d, float tx, float ty, float alpha)
 
 GAFState (string name, int zorder, float a, float b, float c, float d, float tx, float ty, float alpha, string maskId)
 
 GAFState (string name)
 
override string ToString ()
 

Properties

string Name [get, set]
 Gets or sets the name of animation state. More...
 
int ZOrder [get, set]
 Gets or sets the Z order. More...
 
float a [get, set]
 Gets or sets a. More...
 
float b [get, set]
 Gets or sets the b. More...
 
float c [get, set]
 Gets or sets the c. More...
 
float d [get, set]
 Gets or sets the d. More...
 
float tx [get, set]
 Gets or sets the tx. More...
 
float ty [get, set]
 Gets or sets the ty. More...
 
float Alpha [get, set]
 Gets or sets the alpha. More...
 
string MaskId [get, set]
 Gets or sets the mask identifier. More...
 
float HorizontalBlur [get, set]
 Gets or sets the horizontal blur. More...
 
float VerticalBlur [get, set]
 Gets or sets the vertical blur. More...
 
GAFColorTransformationMatrix ColorTansformaitonMtx [get, set]
 Gets or sets the color tansformaiton mtx. More...
 

Constructor & Destructor Documentation

GAFState.GAFState ( string  name,
int  zorder,
float  a,
float  b,
float  c,
float  d,
float  tx,
float  ty,
float  alpha 
)
GAFState.GAFState ( string  name,
int  zorder,
float  a,
float  b,
float  c,
float  d,
float  tx,
float  ty,
float  alpha,
string  maskId 
)
GAFState.GAFState ( string  name)

Member Function Documentation

override string GAFState.ToString ( )

Property Documentation

float GAFState.a
getset

Gets or sets a.

A.

float GAFState.Alpha
getset

Gets or sets the alpha.

The alpha.

/

float GAFState.b
getset

Gets or sets the b.

The b.

float GAFState.c
getset

Gets or sets the c.

The c.

GAFColorTransformationMatrix GAFState.ColorTansformaitonMtx
getset

Gets or sets the color tansformaiton mtx.

The color tansformaiton mtx.

float GAFState.d
getset

Gets or sets the d.

The d.

/

float GAFState.HorizontalBlur
getset

Gets or sets the horizontal blur.

The horizontal blur.

string GAFState.MaskId
getset

Gets or sets the mask identifier.

The mask identifier.

string GAFState.Name
getset

Gets or sets the name of animation state.

The name.

float GAFState.tx
getset

Gets or sets the tx.

The tx.

/

float GAFState.ty
getset

Gets or sets the ty.

The ty.

float GAFState.VerticalBlur
getset

Gets or sets the vertical blur.

The vertical blur.

int GAFState.ZOrder
getset

Gets or sets the Z order.

The Z order.


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