TargetingModule<T>

Inherits from CameraBehavior<T>

Declaration

public abstract class TargetingModule<T> : CameraBehavior<T> where T : CameraBehaviorSettings, new()

Description

The base class for all camera targeting modules.

Type Parameters

TThe type of settings for the module.

Properties

parentThe camera targeting behavior the module belongs to.

Methods

OnTargetChangedA callback invoked when the camera target has changed.
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.