raycasthit2d
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raycasthit2d [2021/05/05 16:53] – uninomiconadmin | raycasthit2d [2025/01/15 04:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Casts Implicitly To a Bool ==== | ==== Casts Implicitly To a Bool ==== | ||
| RaycastHit2D implements the C# [[https:// | RaycastHit2D implements the C# [[https:// | ||
| + | <code csharp> | ||
| + | public static implicit operator bool(RaycastHit2D hit) => (Object) hit.collider != (Object) null; | ||
| + | </ | ||
| ++++ Example | | ++++ Example | | ||
| <code c#> | <code c#> | ||
raycasthit2d.1620233616.txt.gz · Last modified: 2025/01/15 04:35 (external edit)