C# Class ParsedTouchData

Afficher le fichier Open project: waltzaround/Cardboard-Asteroids Class Usage Examples

Méthodes publiques

Méthode Description
IsDown ( ) : bool
IsUp ( ) : bool
ParsedTouchData ( ) : UnityEngine
PrintDebug ( ) : void
StillDown ( ) : bool
Update ( ) : void

Private Methods

Méthode Description
CardboardGameObject ( ) : GameObject

Method Details

IsDown() public méthode

public IsDown ( ) : bool
Résultat bool

IsUp() public méthode

public IsUp ( ) : bool
Résultat bool

ParsedTouchData() public méthode

public ParsedTouchData ( ) : UnityEngine
Résultat UnityEngine

PrintDebug() public méthode

public PrintDebug ( ) : void
Résultat void

StillDown() public méthode

public StillDown ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void