On the API there is only the m_XAxis for changing the Camera XAxis but not the MaxSpeed. So how do I get the MaxSpeed float from Cinemachine so I can change it?
Hm, I don't think this is currently possible in ORK, as the max speed is a field of a field - you'd need to use m_XAxis.m_MaxSpeed to access it and that's not supported.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
So... Can I somehow use a script to change it MaxSpeed base on the script Variable and then use Function node to change Scripts Variable? Will that possible?
Yes, you can write a function and use it to set the max speed - using a Call Function node also allows you to pass e.g. a float value to the function as a parameter.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!