C# Class MouseZoom, Holdout

Inheritance: MonoBehaviour
Datei anzeigen Open project: MaddJhin/Holdout

Public Properties

Property Type Description
orthoZoomSpeed float
perspectiveZoomSpeed float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

orthoZoomSpeed public_oe property

public float orthoZoomSpeed
return float

perspectiveZoomSpeed public_oe property

public float perspectiveZoomSpeed
return float