CheckPosOnScreen¶
Description¶
Checks if the given position is on screen based on the given range.
Parameters¶
position
-
The position in world-space to check for.
range
-
The area in world-space to check if on screen, centered to
position
.
Return Value¶
Returns whether the position is on screen as a bool32
.