Follow

Inherits from CameraBehavior<T>

Declaration

public sealed class Follow : CameraBehavior<FollowSettings>

Description

Moves and rotates the camera to follow a tracked object.

Properties

followPositionThe current tracked follow position (Read only).
lookRotationThe current tracked look rotation (Read only).

Static Methods

GetTrackingDataCalculates the tracking point and tracking rotation for the camera.
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.