PanningSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class PanningSettings : CameraBehaviorSettings<Panning>Description
Settings for a camera panning behavior.
Properties
| inputAxisX | The input axis for panning on the x-axis. |
| inputAxisY | The input axis for panning on the y-axis. |
| inputButton | An optional input button required to pan the camera. The camera will always be panning if no button is provided. |
| smoothing | How quickly the camera responds to changes in movement. Larger numbers make the camera move more smoothly. |
| resetTime | The amount of seconds it takes the camera to reset back to the tracking point after panning stops. |
Inherited
Properties
| active | Whether the settings are active on a camera profile. Inactive settings will not display in the editor. |
| enabled | Turns on or off the settings behavior. Enabled behaviors are updated every frame. |
| isActiveAndEnabled | Whether the settings are active and enabled. |