C# Class PinchZoom, Unity2d-Game

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public float maxZoom
return float

minZoom public_oe property

public float minZoom
return float

orthoZoomSpeed public_oe property

public float orthoZoomSpeed
return float

perspectiveZoomSpeed public_oe property

public float perspectiveZoomSpeed
return float