Makie.jl v0.16.1 - How to manually set limits for 3D LScene?

In v0.15.x, I could manually set the limits for a 3D LScene via xlims!(lscene.scene, (0, 10)), but in v0.16 that ability is no longer available. It seems to involve using an Axis3, but I’m not sure how to combine an Axis3 and an LScene. Is there a function that will do this, or do I have to stop using LScenes?

Bumping this - Im also very interested in this answer and hopelessly confused about the relationship between 3D LScene and Axis3.