Inherits MonoBehaviour.
|
| virtual void | Held () |
| | Called when the button is being held. Use this to change look. More...
|
| |
| virtual void | Released () |
| | Called when the button is let go. Use this to change look. More...
|
| |
| virtual void TouchControllerButton.Held |
( |
) | |
|
|
virtual |
Called when the button is being held. Use this to change look.
| virtual void TouchControllerButton.Released |
( |
) | |
|
|
virtual |
Called when the button is let go. Use this to change look.
| Texture2D TouchControllerButton.heldTexture |
The texture when button is being held
| Texture2D TouchControllerButton.normalTexture |
The texture when button is not being held.
| TouchControllerButtonType TouchControllerButton.type |
What typ eof button is this.
The documentation for this class was generated from the following file:
- /Users/john/Desktop/PC3.5Test/Assets/2DPlatformController/Scripts/Inputs/TouchControllerButton.cs