C# Class Camera_ZoomController

Inheritance: MonoBehaviour
Show file Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
maxOrtho float
minOrtho float
smoothSpeed float
targetOrtho float
zoomSpeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxOrtho public property

public float maxOrtho
return float

minOrtho public property

public float minOrtho
return float

smoothSpeed public property

public float smoothSpeed
return float

targetOrtho public property

public float targetOrtho
return float

zoomSpeed public property

public float zoomSpeed
return float