raycasthit2d
RaycastHit2D
Casts Implicitly To a Bool
RaycastHit2D implements the C# implicit bool operator. This allows it to be used in an if statement to check whether a hit is found.
public static implicit operator bool(RaycastHit2D hit) => (Object) hit.collider != (Object) null;
Plugin Backlinks: Nothing was found.
raycasthit2d.txt · Last modified: 2025/01/15 04:35 by 127.0.0.1