Infinite Runner Engine v1.9
Classes | Namespaces | Enumerations
MMSwipeZone.cs File Reference

Classes

class  MoreMountains.Tools.SwipeEvent
 
struct  MoreMountains.Tools.MMSwipeEvent
 An event usually triggered when a swipe happens. It contains the swipe "base" direction, and detailed information if needed (angle, length, origin and destination More...
 
class  MoreMountains.Tools.MMSwipeZone
 Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.Tools
 

Enumerations

enum  MoreMountains.Tools.MMPossibleSwipeDirections { MoreMountains.Tools.Up , MoreMountains.Tools.Down , MoreMountains.Tools.Left , MoreMountains.Tools.Right }
 The possible directions a swipe can have More...