ShoulderLean
Class in Zigurous.CameraSystem
Inherits from CameraModifier<T>
Declaration
public sealed class ShoulderLean : CameraModifier<ShoulderLeanSettings>Description
Handles tilting the camera to the left or right to lean around corners.
Properties
| direction | The current lean direction in the range [-1..1] (Read only). |
| snappedDirection | The current lean direction snapped to the nearest increment in the range [-1..1] (Read only). |
Inherited
Properties
| settings | The settings for the behavior. |
| enabled | Enables or disables the behavior from being updated. |
| controller | The camera controller handling the module. |
| registered | Whether the module has been registered to a controller. |
| id | The unique identifier of the camera module. |