Hi,
I need to rotate my text node added in arSceneView like this

I applied rotation like this
rotationValue=90f ( this is the value applied )
node.localRotation = Quaternion(rotationValue, 90f, -90f, 0f)
But my UI is like this ->
rotationValue = 90f ->

rotationValue = -90f->

rotationValue = -120f ->

I need the rotation only in x axis, Can you help on this?