C# Class TBPinchZoom, swip3

Inheritance: MonoBehaviour
Show file 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 property

public float maxZoomAmount
return float

minZoomAmount public property

public float minZoomAmount
return float

zoomMethod public property

public ZoomMethod zoomMethod
return ZoomMethod

zoomSpeed public property

public float zoomSpeed
return float