C# Class TBPinchZoom, swip3

Inheritance: MonoBehaviour
Datei anzeigen Open project: unit9/swip3

Public Properties

Property Type Description
maxZoomAmount float
minZoomAmount float
zoomMethod ZoomMethod
zoomSpeed float

Public Methods

Method Description
OnPinch ( PinchGesture, gesture ) : void
SetDefaults ( ) : void
Start ( ) : void

Method Details

OnPinch() public method

public OnPinch ( PinchGesture, gesture ) : void
gesture PinchGesture,
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

maxZoomAmount public_oe property

public float maxZoomAmount
return float

minZoomAmount public_oe property

public float minZoomAmount
return float

zoomMethod public_oe property

public ZoomMethod zoomMethod
return ZoomMethod

zoomSpeed public_oe property

public float zoomSpeed
return float