Re: Cinemachine AxisState set properties - value and max speed «Reply #7 on:October 29, 2019, 02:55:59 AM » Hi, you need to update the package from the Ecosystem browser. the new actions are in there. so search for cinemachine and download the package and install it. ...
public void SetAxisOfRotationSERange( double dApplySE_StartOffset, double dApplySE_EndOffset ) VB Public Sub SetAxisOfRotationSERange ( dApplySE_StartOffset As Double, dApplySE_EndOffset As Double ) C++ public: void SetAxisOfRotationSERange( double dApplySE_StartOffset, double dApplySE_EndOff...
Re: Cinemachine AxisState set properties - value and max speed[SOLVED] «Reply #33 on:June 10, 2020, 05:11:12 AM » okay, I confirmed the action works correctly. I made an fsm with a GET KEY DOWN, and set the Y value after that, and it works. The problem seems to be, when...
public AxisState m_YAxis = new AxisState(0, 1, false, true, 2f, 0.2f, 0.1f, "Mouse Y", false);. I need to GET the property at the left side of this screen grab, remap the float into a useable range, and SET it onto the right side, and vice versa. ...