Does anyone know where I can find the definition for AxisState in a freelook?
I know I can AxisState.Value to alter the y / x values respectively. But I need to under certain conditions disable the mouse controlling the freelook. I think I’m going to just push and pop “Mouse Y” so that it’ll just be “” when I don’t want it controlled. But I’m not sure what to call.
m_YAxis.SomeAttribute
I couldn’t seem to see this class defined after searching through the project. Maybe I missed it?