C# Class BBBasicTouchManipulation, KinActor_project

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

Méthodes publiques

Свойство Type Description
allowDrag bool
allowRotate bool
allowScale bool
maximumScale float
minimumScale float

Protected Properties

Свойство Type Description
pivot GameObject

Méthodes publiques

Méthode Description
handleDoubleTouch ( ArrayList events ) : void
handleSingleTouch ( iPhoneTouch touch ) : void
touchMovementVector ( iPhoneTouch touch ) : Vector3

Méthodes protégées

Méthode Description
endPivot ( ) : void
startPivot ( Vector3 pivotPosition ) : void

Method Details

endPivot() protected méthode

protected endPivot ( ) : void
Résultat void

handleDoubleTouch() public méthode

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

handleSingleTouch() public méthode

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

startPivot() protected méthode

protected startPivot ( Vector3 pivotPosition ) : void
pivotPosition Vector3
Résultat void

touchMovementVector() public méthode

public touchMovementVector ( iPhoneTouch touch ) : Vector3
touch iPhoneTouch
Résultat Vector3

Property Details

allowDrag public_oe property

public bool allowDrag
Résultat bool

allowRotate public_oe property

public bool allowRotate
Résultat bool

allowScale public_oe property

public bool allowScale
Résultat bool

maximumScale public_oe property

public float maximumScale
Résultat float

minimumScale public_oe property

public float minimumScale
Résultat float

pivot protected_oe property

protected GameObject pivot
Résultat GameObject