TopDown Engine
v4.1
|
Classes | |
class | MoreMountains.Tools.MMCircularList< T > |
A improved list that lets you parse it and automatically have it loop to the start or end when you reach the end or start To use it : set the CurrentIndex to whatever you want, then use IncrementCurrentIndex / DecrementCurrentIndex to move it, get the current element via Current More... | |
Namespaces | |
namespace | MoreMountains |
namespace | MoreMountains.Tools |