Enum ZoomMethod
- Namespace
- Goehler.OrbitalCam
- Assembly
- Goehler.OrbitalCam.Runtime.dll
Describing a zoom method to be used while zooming.
public enum ZoomMethod
Fields
Exponential = 1Zoom step scales with current distance — faster when zoomed out, finer when zoomed in.
Linear = 0Constant zoom step regardless of current distance.