Hi, I was wondering if there is any way of checking if an object is rotating in a specific axis? As in,
if(this.transform.rotate.y ++)
{
//then…
}
Also, is there any way of causing an object to rotate in a specific axis without giving a point to rotate to?
Thanks in advance for your help.