Panning

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

positionThe current camera pan position (Read only).
startTimeThe time at which the camera started panning (Read only).
stopTimeThe time at which the camera stopped panning (Read only).
panningWhether the camera is currently panning (Read only).
Inherited

Properties

settingsThe settings for the behavior.
enabledEnables or disables the behavior from being updated.
controllerThe camera controller handling the module.
registeredWhether the module has been registered to a controller.
idThe unique identifier of the camera module.