C# Class BBSimpleTouchableObject, KinActor_project

Inheritance: MonoBehaviour
Afficher le fichier Open project: RecipientCollective/KinActor_project

Protected Properties

Свойство Type Description
renderingCamera Camera

Méthodes publiques

Méthode Description
checkForTouches ( ) : void
distributeTouches ( ) : void
handleDoubleTouch ( ArrayList touches ) : void
handleManyTouches ( ArrayList touches ) : void
handleSingleTouch ( iPhoneTouch aTouch ) : void
noTouches ( ) : void
startup ( ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

checkForTouches() public méthode

public checkForTouches ( ) : void
Résultat void

distributeTouches() public méthode

public distributeTouches ( ) : void
Résultat void

handleDoubleTouch() public méthode

public handleDoubleTouch ( ArrayList touches ) : void
touches ArrayList
Résultat void

handleManyTouches() public méthode

public handleManyTouches ( ArrayList touches ) : void
touches ArrayList
Résultat void

handleSingleTouch() public méthode

public handleSingleTouch ( iPhoneTouch aTouch ) : void
aTouch iPhoneTouch
Résultat void

noTouches() public méthode

public noTouches ( ) : void
Résultat void

startup() public méthode

public startup ( ) : void
Résultat void

Property Details

renderingCamera protected_oe property

protected Camera renderingCamera
Résultat Camera