/** * @brief Converts a Vector2 to a FPVector and adds its value in player's input. **/ public static void SetFPVector2(byte key, UnityEngine.Vector2 value) { SetFPVector2(key, value.ToFPVector2()); }