-
-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Trying to make scripts more efficient, such as only applying a shader on an element when it comes on screen.
Describe the solution you'd like
An event that is triggered when an element comes on screen.
Describe alternatives you've considered
Which would save having to check isElementOnScreen hundreds of times every frame which is so inefficient that any savings made are lost in this constant checking.
Additional context
I guess onClientElementExitScreen could be useful for some too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request