Class ShowcaseMovementBehaviour
- Namespace
- CodeBase.CameraSystem.Core
- Assembly
- 4Experience.CodeBase.CameraSystem.Runtime.dll
[Serializable]
public class ShowcaseMovementBehaviour
- Inheritance
-
ShowcaseMovementBehaviour
- Extension Methods
-
Fields
RotationSpeed
[SerializeField]
[ShowIf("IsBehaviourEnabled", true)]
private float RotationSpeed
Field Value
- float
Properties
AxisOfRotation
private Vector3 AxisOfRotation { get; set; }
Property Value
- Vector3
CachedRotationDirection
private ShowcaseMovementBehaviour.RotationDirection CachedRotationDirection { get; set; }
Property Value
- ShowcaseMovementBehaviour.RotationDirection
IsBehaviourEnabled
private bool IsBehaviourEnabled { get; set; }
Property Value
- bool
VirtualCamera
private CinemachineVirtualCamera VirtualCamera { get; set; }
Property Value
- CinemachineVirtualCamera
Methods
TryRotateCamera()
public void TryRotateCamera()