![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A very simple axis that just wraps a negative and positive button and provides values of -1, 0 and 1. More...
Public Attributes | |
GameObject | negativeButton |
The negative buttons Game Obejct. More... | |
GameObject | positiveButton |
The positive buttons Game Obejct. More... | |
Protected Member Functions | |
virtual void | Init () |
Init this instance. More... | |
Protected Attributes | |
ITouchButton | actualNegativeButton |
The negative button. More... | |
ITouchButton | actualPositiveButton |
The positive button. More... | |
Properties | |
float | Value [get] |
Gets the axis value. More... | |
![]() | |
float | Value [get] |
Gets the axis value. More... | |
A very simple axis that just wraps a negative and positive button and provides values of -1, 0 and 1.
|
protectedvirtual |
Init this instance.
|
protected |
The negative button.
|
protected |
The positive button.
GameObject PlatformerPro.TwoButtonTouchAxis.negativeButton |
The negative buttons Game Obejct.
GameObject PlatformerPro.TwoButtonTouchAxis.positiveButton |
The positive buttons Game Obejct.
|
get |
Gets the axis value.
The value.