Declared in OpticalTransmitter
Declaration
bool IsLineOfSight(
Receiver receiver
);Description
Returns whether the line of sight is clear for a particular receiver. This is used to determine if the receiver can perform any complex operations such as ray-casting.
Parameters
| Name | Description |
|---|---|
| receiver | The receiver to check against |