C# Class TBPinchZoom, swip3

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

Méthodes publiques

Свойство Type Description
maxZoomAmount float
minZoomAmount float
zoomMethod ZoomMethod
zoomSpeed float

Méthodes publiques

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

Method Details

OnPinch() public méthode

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

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

maxZoomAmount public_oe property

public float maxZoomAmount
Résultat float

minZoomAmount public_oe property

public float minZoomAmount
Résultat float

zoomMethod public_oe property

public ZoomMethod zoomMethod
Résultat ZoomMethod

zoomSpeed public_oe property

public float zoomSpeed
Résultat float