Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


raycasthit2d

This is an old revision of the document!


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;

Example

raycasthit2d.1620233879.txt.gz · Last modified: 2025/01/15 04:35 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki