TargetingLocatingModule
Class in Zigurous.CameraSystem
Inherits from TargetingModule<T>
Declaration
public sealed class TargetingLocatingModule : TargetingModule<TargetingLocatingSettings>Description
A camera targeting module to locate targets within the camera's view.
Methods
| FindNearestTarget | Finds the nearest targetable transform within the camera's view frustum. |
| FindNearestTargetRight | Finds the nearest targetable transform within the camera's view frustum to the right of the current target. |
| FindNearestTargetLeft | Finds the nearest targetable transform within the camera's view frustum to the left of the current target. |
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. |