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

Public Member Functions

 GAFAnimationConfigFrame (int frameNumber)
 
void AddState (GAFState state)
 Adds the state to current config frame. More...
 

Properties

int FrameNumber [get]
 Get amount of frames that present in animation. More...
 
List< GAFStateStates [get]
 Retrives list of all states that present in . More...
 

Constructor & Destructor Documentation

GAFAnimationConfigFrame.GAFAnimationConfigFrame ( int  frameNumber)

Member Function Documentation

void GAFAnimationConfigFrame.AddState ( GAFState  state)

Adds the state to current config frame.

Parameters
stateState.

/

Property Documentation

int GAFAnimationConfigFrame.FrameNumber
get

Get amount of frames that present in animation.

The frame number.

/

List<GAFState> GAFAnimationConfigFrame.States
get

Retrives list of all states that present in .

The states.

/


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