Hi there,
Is there a way to change the isModal state of a OverlayScene after it has been created and actually is in view?
best regards,
Roman
Hi there,
Is there a way to change the isModal state of a OverlayScene after it has been created and actually is in view?
best regards,
Roman
I don’t believe you can do that after the scene has loaded, you would need to handle that yourself. You could overlay a rectangle with the minimal alpha and capture all touches. It would provide a pseudo “isModal” for you.
Hope that helps.
I don’t believe you can do that after the scene has loaded, you would need to handle that yourself. You could overlay a rectangle with the minimal alpha and capture all touches. It would provide a pseudo “isModal” for you.
Hope that helps.