Panning
Class in Zigurous.CameraSystem
Inherits from CameraBehavior<T>
Declaration
public sealed class Panning : CameraBehavior<PanningSettings>Description
Pans the camera around on the XZ plane usually from mouse input.
Properties
| position | The current camera pan position (Read only). |
| startTime | The time at which the camera started panning (Read only). |
| stopTime | The time at which the camera stopped panning (Read only). |
| panning | Whether the camera is currently panning (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. |