TargetingLineOfSightModule.IsVisible
Method in TargetingLineOfSightModule
Declaration
public bool IsVisible(Transform target)
Description
Determines if a transform is visible from the position of another transform.
Parameters
target | The transform to check if visible. |
Returns
bool | True if the target is visible. |