C# Class PinchZoom, Unity2d-Game

Inheritance: MonoBehaviour
Show file Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
maxZoom float
minZoom float
orthoZoomSpeed float
perspectiveZoomSpeed float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

maxZoom public property

public float maxZoom
return float

minZoom public property

public float minZoom
return float

orthoZoomSpeed public property

public float orthoZoomSpeed
return float

perspectiveZoomSpeed public property

public float perspectiveZoomSpeed
return float