Class SmoothCameraOrbit
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class SmoothCameraOrbit : MonoBehaviour
- Inheritance
-
SmoothCameraOrbit
Constructors
SmoothCameraOrbit()
public SmoothCameraOrbit()
Fields
autoRotate
Field Value
- float
autoRotateSpeed
public float autoRotateSpeed
Field Value
- float
distance
Field Value
- float
maxDistance
Field Value
- float
minDistance
Field Value
- float
panSpeed
Field Value
- float
target
Field Value
- Transform
targetOffset
public Vector3 targetOffset
Field Value
- Vector3
xSpeed
Field Value
- float
yMaxLimit
Field Value
- int
yMinLimit
Field Value
- int
ySpeed
Field Value
- float
zoomDampening
public float zoomDampening
Field Value
- float
zoomRate
Field Value
- int
Methods
Init()