C# Class Cyclyc.Framework.Animation

Show file Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Property Type Description
currentFrameIdx int
currentTick int
frameTimings int[]
frames int[]
loops bool
nextTickOver int
playing bool

Public Methods

Method Description
Animation ( int frameList, int timings, bool loop ) : System
Play ( ) : void
Stop ( ) : void
Tick ( ) : void

Method Details

Animation() public method

public Animation ( int frameList, int timings, bool loop ) : System
frameList int
timings int
loop bool
return System

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

currentFrameIdx protected property

protected int currentFrameIdx
return int

currentTick protected property

protected int currentTick
return int

frameTimings protected property

protected int[] frameTimings
return int[]

frames protected property

protected int[] frames
return int[]

loops protected property

protected bool loops
return bool

nextTickOver protected property

protected int nextTickOver
return int

playing protected property

protected bool playing
return bool