2D Platform Controller  v1.7.0
Autogenerated code documentation for the 2D Platform Controller.
 All Classes Functions Variables Properties
TouchControllerButton Class Reference

Inherits MonoBehaviour.

Public Member Functions

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...
 

Public Attributes

TouchControllerButtonType type
 What typ eof button is this. More...
 
Texture2D normalTexture
 The texture when button is not being held. More...
 
Texture2D heldTexture
 The texture when button is being held More...
 

Protected Attributes

bool isHeld
 

Member Function Documentation

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.

Member Data Documentation

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: