AxisState definition?

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?

It’s there, AxisState.cs. Anyway you want “Name”.

perfect! thanks man… hu… weird that didn’t show up

looks like the variable is called

m_InputAxisName

freelookCam.m_YAxis.m_InputAxisName = “” to disable the axis input.

1 Like