C# Class ParsedTouchData

Datei anzeigen Open project: waltzaround/Cardboard-Asteroids Class Usage Examples

Public Methods

Method Description
IsDown ( ) : bool
IsUp ( ) : bool
ParsedTouchData ( ) : UnityEngine
PrintDebug ( ) : void
StillDown ( ) : bool
Update ( ) : void

Private Methods

Method Description
CardboardGameObject ( ) : GameObject

Method Details

IsDown() public method

public IsDown ( ) : bool
return bool

IsUp() public method

public IsUp ( ) : bool
return bool

ParsedTouchData() public method

public ParsedTouchData ( ) : UnityEngine
return UnityEngine

PrintDebug() public method

public PrintDebug ( ) : void
return void

StillDown() public method

public StillDown ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void