Simple IAP System
4.3
|
This class encapsulates all the input required for most VR games. It has events that can be subscribed to by classes that need specific input. This class must exist in every scene and so can be attached to the main camera for ease. More...
Public Types | |
enum | SwipeDirection { NONE, UP, DOWN, LEFT, RIGHT } |
Swipe directions supported. More... | |
Properties | |
float | DoubleClickTime [get] |
Events | |
Action< SwipeDirection > | OnSwipe |
Action | OnClick |
Action | OnDown |
Action | OnUp |
Action | OnDoubleClick |
Action | OnCancel |
This class encapsulates all the input required for most VR games. It has events that can be subscribed to by classes that need specific input. This class must exist in every scene and so can be attached to the main camera for ease.
|
strong |
|
get |
Action OnCancel |
Action OnClick |
Action OnDoubleClick |
Action OnDown |
Action<SwipeDirection> OnSwipe |
Action OnUp |