Can I hide content outside of a scene object boundary?
Hi!
I'm working on a table view implementation (scroll view with reusable objects for memory efficiency). I got most of the logic to work but I need to know how to mask the content outside of the scene object so that it doesn't show.
Is there a setting to make the scene object not show content that is outside of its boundaries? Like on iOS you can set clipsToBounds https://developer.apple.com/documentation/uikit/uiview/1622415-clipstobounds?language=objc

thanks