TargetingSwitchingModule

Inherits from TargetingModule<T>

Declaration

public sealed class TargetingSwitchingModule : TargetingModule<TargetingSwitchingSettings>

Description

A camera targeting module that handles switching to new targets to the left or right of the current target. The module also marks new targets as "sticky" so they cannot be switched from too quickly on accident.

Properties

stickyWhether the current target is sticky and thus cannot be changed (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.