On this pageTargetingSystem.HasLineOfSightDeclaration#public bool HasLineOfSight(Transform target)CopyParameters#NameDescriptiontargetTarget to checkDescription#Checks if there is a line of sight from system to targetUsage#ExampleDebug.Log("LOS:" + sampleObject.HasLineOfSight(target));Copy