TargetingSwitchingModule
Class in Zigurous.CameraSystem
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
sticky | Whether the current target is sticky and thus cannot be changed (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. |