Closed eduard-mishustin closed 11 months ago
Is your feature request related to a problem? Please describe. I'm always frustrated when I need to use java reflection to set Layer.hidden value.
Layer.hidden
Describe the solution you'd like Make Layer.hidden value setter is public.
Describe alternatives you've considered Somehow create the ability to change the visibility of the layer. Maybe create an api similar to TextDelegate.
Additional context This is an analogue of the setNodeIsEnabled function in iOS.
setNodeIsEnabled
Could you use a dynamic property to set the opacity to 0?
Yes, I saw it, I can, thank you. But of course it's not as convenient as just changing visibility
Is your feature request related to a problem? Please describe. I'm always frustrated when I need to use java reflection to set
Layer.hidden
value.Describe the solution you'd like Make
Layer.hidden
value setter is public.Describe alternatives you've considered Somehow create the ability to change the visibility of the layer. Maybe create an api similar to TextDelegate.
Additional context This is an analogue of the
setNodeIsEnabled
function in iOS.