TargetingLineOfSightModule.IsVisible


Declaration

public bool IsVisible(Transform target)

Description

Determines if a transform is visible from the position of another transform.

Parameters

targetThe transform to check if visible.

Returns

boolTrue if the target is visible.