C# Class TBPinchToScale, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Свойство Type Description
maxScaleAmount float
minScaleAmount float
scaleWeights Vector3
sensitivity float
smoothingSpeed float

Méthodes publiques

Méthode Description
OnPinch ( PinchGesture, gesture ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnPinch() public méthode

public OnPinch ( PinchGesture, gesture ) : void
gesture PinchGesture,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

maxScaleAmount public_oe property

public float maxScaleAmount
Résultat float

minScaleAmount public_oe property

public float minScaleAmount
Résultat float

scaleWeights public_oe property

public Vector3 scaleWeights
Résultat Vector3

sensitivity public_oe property

public float sensitivity
Résultat float

smoothingSpeed public_oe property

public float smoothingSpeed
Résultat float