Of course. You can either call the enterXR function on your own when clicking the button, or add your button as a custom button to the EnterExit UI, which will do it for you.
To use the enter/exit ui interface you can pass the buttons as part of the options passed to the default experience helper:
you can still use the default XR experience and configure the UI options using custom buttons. if you add custom buttons you will need to configure a session mode per button.
Are you referring to custom buttons? We don’t add any styling to custom buttons. We do, however, add a class to the overlay that contains them. so you can use CSS to style them if you want. If you wish to change the default button overlay, you can use CSS as well. The CSS class you would want to change is babylonVRicon
No sorry I meant default one provided by babylon js, I asked because the button I created changed it’s position since being passed into defaultXRExperience()
Nice thank you, I will try something with that later