1

Json ui helpcode

ashura_Tepes12/11/24 1:11 am history
12/11/2024 4:19 am
ashura_Tepes
Does anyone know how to make it so that if a panel moves past a certain point, the portion of the panel beyond that point becomes invisible? had something working but i broke it somehow.




thinking kind of like how a uv works where it only renders what is inside the box and any that spills outside such area remains non visible
Posted by
ashura_Tepes
Level 37 : Artisan Procrastinator Artist
19

Create an account or sign in to comment.

2

Cornbread_Alphanumeric
12/11/2024 3:01 am
She/They • Level 45 : Master Miner uwu
sounds like you want to use clipping. just set the panel's "clips_children" property to true, and all of its children (the elements in the 'controls' array) will not be visible or interact-with-able past the edges of the panel. note that any child with the "allow_clipping" property set to false will not be affected by this.
3
ashura_Tepes
12/11/2024 4:19 am
Level 37 : Artisan Procrastinator Artist
history
thanks for the help will try really you are a lifesaver thx
1

Welcome