SPAInstance.cs File Reference

Classes

class  PowerUI.SPAInstance
 A single instance of an SPA animation. It's instanced like this so that the same animation can be played back multiple times at once; the instance keeps track of which frame the animation is currently at. More...
 

Namespaces

 PowerUI
 The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering.
 

Constant Groups

 PowerUI
 The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering.
 

Functions

delegate void PowerUI.OnSPAProgress (int frameID, SPAInstance instance)
 A callback which can be used to get notified each frame. More...