IsOnScreen
Check if some coords is in the screen
Argument | Data Type | Needed | Default | Description |
---|---|---|---|---|
coords | vector3 | - | The coords that whe need to check |
Returns
Data Type | Description |
---|---|
boolean | If is on the screen |
Example
print("The coords vector3(0.0, 0.0, 0.0) is on screen? "..IsOnScreen(vector3(0.0, 0.0, 0.0)))