Table of Contents

Enum ZoomMethod

Namespace
Goehler.OrbitalCam
Assembly
Goehler.OrbitalCam.Runtime.dll

Describing a zoom method to be used while zooming.

public enum ZoomMethod

Fields

Exponential = 1

Zoom step scales with current distance — faster when zoomed out, finer when zoomed in.

Linear = 0

Constant zoom step regardless of current distance.