Class FirstPersonCameraBehaviorBase
Base class used to set first person camera behavior (move camera along xyz or xz, rotate camera)
Inheritance
FirstPersonCameraBehaviorBase
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Staging.Cinemachine
Syntax
public abstract class FirstPersonCameraBehaviorBase : CameraBehaviorBase
Properties
m_LockMovingOnAxisY
Lock moving on Y Axis
Declaration
protected bool m_LockMovingOnAxisY { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ApplyPropertyChanges()
ApplyPropertyChanges
Declaration
protected override void ApplyPropertyChanges()
Overrides
InitializeComponents()
InitializeComponents
Declaration
protected override void InitializeComponents()