FixedSizeBuffer.cs File Reference

Classes

class  PowerUI.FixedSizeBuffer< T >
 A special type of array which is made up of a set of 'blocks'. Each block consists of a fixed amount of type T elements. This fixed amount is the block size. It regulates an internal array and only resizes when necessary. Example usage: PowerUI.DynamicMesh.Vertices For example, A block size of 4 (e.g. 4 vertices in a square) and a block count of 3 generates a 12 element array. 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.