C# Class Camera_ZoomController

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

public float maxOrtho
return float

minOrtho public_oe property

public float minOrtho
return float

smoothSpeed public_oe property

public float smoothSpeed
return float

targetOrtho public_oe property

public float targetOrtho
return float

zoomSpeed public_oe property

public float zoomSpeed
return float