Skip to content

CinematicBarController.cs

Matthew Coulter edited this page Aug 17, 2022 · 1 revision

CinematicBarController

class/ Inherits from:MonoBehaviour

Description

This class is responsible for updating variables of the CinematicBarManager based on user controls

Public Properties

Property Description Type
enableZoom CinematicBarManager distance can be controlled if true bool
enablePan CinematicBarManager offset can be controlled if true bool
enableRotation CinematicBarManager rotation can be controlled if true bool
zoomSpeed The speed scale for updating CinematicBarManager distance float
zoomSpeedCurve; This curve enables the zooming to become non-linear AnimationCurve
scaledZoomSpeed The non-linear calculation of the zoom amount float
rotateSpeed The speed scale for updating CinematicBarManager rotation float
moveSpeed The speed scale for updating CinematicBarManager offset float