Enum CinemachineController.BehaviorType
Enum BehaviorType
Namespace: Unity.Industrial.Forma.Staging.Cinemachine
Syntax
public enum BehaviorType : int
Fields
| Name | Description | Value |
|---|---|---|
| FreeLook | The free look |
|
| None | The none |
|
| Orbit | The orbit |
|
| Pan | The pan |
|
| Rotation | The rotation |
|
| Walk | The walk |