TargetingLineOfSightModule
Class in Zigurous.CameraSystem
Inherits from TargetingModule<T>
Declaration
public sealed class TargetingLineOfSightModule : TargetingModule<TargetingLineOfSightSettings>Description
A camera targeting module that performs line of sight checks to determine if targets are visible.
Properties
| timeLastVisible | The time the active target was last in sight (Read only). |
Methods
| IsVisible | Determines if a transform is visible from the position of another transform. |
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. |