[readonly] inCamera : boolean
Checks if the Game Objects bounds intersect with the Game Camera bounds.
Returns true
if they do, otherwise false
if fully outside of the Cameras bounds.
- Source code: gameobjects/components/AutoCull.js (Line 37)
[readonly] inCamera : boolean
Checks if the Game Objects bounds intersect with the Game Camera bounds.
Returns true
if they do, otherwise false
if fully outside of the Cameras bounds.
Please login to continue.