Enum CinemachineConfiner.Mode
The confiner can operate using a 2D bounding shape or a 3D bounding volume
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineConfiner.Mode
Fields
Name | Description |
---|---|
Confine2D | Use a 2D bounding shape, suitable for an orthographic camera |
Confine3D | Use a 3D bounding shape, suitable for perspective cameras |